I have developed a Simphony Extension Application and I am using Ops.AlphaEntry and Ops.Numeric Entry, how can I control or take the input from mag card swap as well. Please some one help me I am suing the below code at the moment
string guestname = OpsContext.RequestAlphaEntry("Enter Guest Name ", "Guest Name");
decimal? amount = OpsContext.RequestAmountEntry("Enter Amount ", "Pay Amount");
string guestname = OpsContext.RequestAlphaEntry("Enter Guest Name ", "Guest Name");
decimal? amount = OpsContext.RequestAmountEntry("Enter Amount ", "Pay Amount");