Skip to content

Commit

Permalink
remove currency argument from refunds.create
Browse files Browse the repository at this point in the history
  • Loading branch information
jcberquist committed Jan 23, 2024
1 parent 743fdd7 commit da9bade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/resources/refunds.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ component {
'create': {
arguments: {
amount: 'currency',
currency: 'iso_currency_code',
refund_application_fee: 'boolean',
reverse_transfer: 'boolean'
},
Expand Down

0 comments on commit da9bade

Please sign in to comment.