@payrails/web-sdk 5.46.0-RC.0 → 5.46.1
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/README.md +7 -0
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +12 -29
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -91,6 +91,13 @@ paymentButton.mount('#payment-button');
|
|
|
91
91
|
|
|
92
92
|
## Release Notes
|
|
93
93
|
|
|
94
|
+
### 5.46.1
|
|
95
|
+
|
|
96
|
+
- FEATURE: Host Google Pay on payrails domain
|
|
97
|
+
- FIX: Forward Apple Pay authorization failure reason (e.g.
|
|
98
|
+
`InsufficientBalance`) to the `onAuthorizeFailed` callback, matching card
|
|
99
|
+
behavior.
|
|
100
|
+
|
|
94
101
|
### 5.45.0
|
|
95
102
|
|
|
96
103
|
- FEATURE: Apple Pay express checkout now supports `onDeliveryAddressChanged`
|