Example #1
0
 public Error ProcessPayment(IntPtr mpos, int amount, Application[] applicationList, int applicationListLength, Acquirer[] acquirers, int acquirerListLength, RiskManagement[] riskManagementList, int riskManagementListLength, int magstripePaymentMethod, Native.MposPaymentCallbackDelegate paymentCallback)
 {
     return(ProcessPaymentExtern(mpos, amount, applicationList, applicationListLength, acquirers, acquirerListLength, riskManagementList, riskManagementListLength, magstripePaymentMethod, Convert(paymentCallback)));
 }
Example #2
0
 protected Native.MposPaymentCallbackDelegateInterop Convert(Native.MposPaymentCallbackDelegate callback)
 {
     return(new MposPaymentToInterop(callback).Convert());
 }