Skip to content

Commit

Permalink
Adds missing DebitedFunds and Fees fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxmattei committed Jan 24, 2025
1 parent dffe0a1 commit 1fb159f
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', required=True)
fees = MoneyField(api_name='Fees', required=True)

class Meta:
verbose_name = 'payin'
Expand Down

0 comments on commit 1fb159f

Please sign in to comment.