Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cspell/custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ XVCJ
Yapily
Zalopay
Zalora
pisp
pisps
2 changes: 1 addition & 1 deletion code/sdk/schemas/ap2/open_payment_mandate.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
},
"max": {
"type": "number",
"description": "Maximum amount for the budget."
"description": "Maximum amount for the budget, expressed in the MAJOR unit of the currency (e.g. 50.00 means 50 units of currency, not 50 cents). Note this differs from payment.amount_range.max, which is expressed in the minor unit."
},
"currency": {
"type": "string",
Expand Down
Loading