Skip to content

Commit

Permalink
Add StatementDescriptor for PayInRefund
Browse files Browse the repository at this point in the history
  • Loading branch information
farahalymangopay committed Jul 11, 2024
1 parent 722561a commit 3cd75cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mangopay/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ class PayInRefund(Refund):
fees = MoneyField(api_name='Fees')
payin = ForeignKeyField(PayIn)
reference = CharField(api_name='Reference')
statement_descriptor = CharField(api_name='StatementDescriptor')

class Meta:
verbose_name = 'refund'
Expand Down

0 comments on commit 3cd75cb

Please sign in to comment.