@payrails/web-sdk 5.43.2-rc.0 → 5.43.2
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 +5 -0
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +0 -1
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -91,6 +91,11 @@ paymentButton.mount('#payment-button');
|
|
|
91
91
|
|
|
92
92
|
## Release Notes
|
|
93
93
|
|
|
94
|
+
### 5.43.2
|
|
95
|
+
|
|
96
|
+
- FIX: Fixed issue with secure fields update
|
|
97
|
+
- FIX: Honor save instrument settings in apple pay tokenization flow
|
|
98
|
+
|
|
94
99
|
### 5.43.1
|
|
95
100
|
|
|
96
101
|
- BUGFIX: Added new error PAYRAILS_CLIENT_APPLEPAY_MERCHANT_VALIDATION_FAILED
|