added zwg support
This commit is contained in:
@@ -89,7 +89,7 @@ class PayController extends ChangeNotifier {
|
||||
type: "CONFIRM",
|
||||
billClientId: model.selectedProvider?.clientId ?? '',
|
||||
debitRef: 'Velocity',
|
||||
debitCurrency: 'USD',
|
||||
debitCurrency: transactionController.model.currency,
|
||||
creditAccount: transactionController.model.formData.creditAccount,
|
||||
creditPhone: transactionController.model.formData.creditPhone,
|
||||
billName: model.selectedProvider?.name ?? '',
|
||||
|
||||
Reference in New Issue
Block a user