Skip to content

Commit

Permalink
Merge pull request #378 from Mangopay/bug/BankWirePayInExternalInstru…
Browse files Browse the repository at this point in the history
…ction-add-missing-fields

Add missing BankWirePayInExternalInstruction fields
  • Loading branch information
alexxmattei authored Feb 3, 2025
2 parents dffe0a1 + be9901c commit 5800fa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mangopay/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,8 @@ class BankWirePayInExternalInstruction(PayIn):
banking_alias_id = CharField(api_name='BankingAliasId')
wire_reference = CharField(api_name='WireReference')
debited_bank_account = DebitedBankAccountField(api_name='DebitedBankAccount')
debited_funds = MoneyField(api_name='DebitedFunds')
fees = MoneyField(api_name='Fees')

class Meta:
verbose_name = 'payin'
Expand Down

0 comments on commit 5800fa3

Please sign in to comment.