spec/mangopay/shared_resources.rb in mangopay-3.3.0 vs spec/mangopay/shared_resources.rb in mangopay-3.4.0
- old
+ new
@@ -437,10 +437,11 @@
DebitedWalletId: payin['CreditedWalletId'],
DebitedFunds: {Currency: 'EUR', Amount: amnt},
Fees: {Currency: 'EUR', Amount: 0},
BankAccountId: new_bank_account['Id'],
Communication: 'This is a test',
- Tag: 'Test PayOut/Bank/Wire'
+ Tag: 'Test PayOut/Bank/Wire',
+ PayoutModeRequested: 'Standard'
)
end
end
###############################################