@payrails/web-sdk 5.42.1-RC.4-apple-pay-merchant-validation → 5.43.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 +11 -1
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +5 -0
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -91,9 +91,19 @@ paymentButton.mount('#payment-button');
|
|
|
91
91
|
|
|
92
92
|
## Release Notes
|
|
93
93
|
|
|
94
|
+
### 5.43.1
|
|
95
|
+
|
|
96
|
+
- BUGFIX: Added new error PAYRAILS_CLIENT_APPLEPAY_MERCHANT_VALIDATION_FAILED
|
|
97
|
+
- BUGFIX: Adjusted ApplePayButton error logging / callback to include user
|
|
98
|
+
intent events from AP
|
|
99
|
+
|
|
100
|
+
### 5.43.0
|
|
101
|
+
|
|
102
|
+
- FEATURE: support locale configuration for APMs
|
|
103
|
+
|
|
94
104
|
### 5.42.0
|
|
95
105
|
|
|
96
|
-
- FEATURE: Support
|
|
106
|
+
- FEATURE: Support esm and cjs outputs.
|
|
97
107
|
|
|
98
108
|
### 5.41.0
|
|
99
109
|
|