@motopays/pay-form 1.0.12 → 1.0.13

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.13
4
+
5
+ ### Added
6
+ - ApplePay (requirements: Apple environment, https, userAuthToken is not empty)
7
+
8
+
9
+
3
10
  ## 1.0.11
4
11
 
5
12
  ### Changed
package/README.md CHANGED
@@ -107,7 +107,7 @@ declare module "@motopays/pay-form/pay";
107
107
 
108
108
  | Field | Type | Description |
109
109
  | ------------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
110
- | userAuthToken | string | End-user authorization token to access Motopays services |
110
+ | userAuthToken | string | End-user authorization token to access Motopays services. This field is necessary for ApplePay availability |
111
111
  | userId **\*required** | string | External end-user Id generated on the merchant side (not Motopays) |
112
112
  | paymentId **\*required** | string | Id of a payment |
113
113
  | amount **\*required** | number | Payment amount |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motopays/pay-form",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "motopays ui, card payments, pay form",
5
5
  "main": "lib/index.js",
6
6
  "files": [