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