@motopays/pay-form 1.0.19-rc.0 → 1.0.20-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ declare module "@motopays/pay-form/pay";
|
|
|
124
124
|
| amountType | AmountType or string | Type of amount can be only one of the following values: {GrossWithoutGst, Net, Gross} |
|
|
125
125
|
| tax | number | Payment tax |
|
|
126
126
|
| orderType | OrderType or string | Type of order can be only one of the following values: {Regular, FreeTrial} |
|
|
127
|
-
| currency **\*required** | string | Payment currency in ISO_4217 format.
|
|
127
|
+
| currency **\*required** | string | Payment currency in ISO_4217 format. For example: gbp, eur, usd |
|
|
128
128
|
| merchantId **\*required** | string | Merchant's identificator, issued by Motopays. |
|
|
129
129
|
| initiator | PaymentInitiatorType or string | Identifies who of 2 types initiated the payment. Currently accepted: {Merchant, Customer} |
|
|
130
130
|
| webhookUrl | string | URL where the Motopays will send hooks about the payment status changes |
|