@payrails/web-sdk 5.45.0-RC.5 → 5.46.0-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/README.md +8 -0
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +28 -2
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -91,6 +91,14 @@ paymentButton.mount('#payment-button');
|
|
|
91
91
|
|
|
92
92
|
## Release Notes
|
|
93
93
|
|
|
94
|
+
### 5.45.0
|
|
95
|
+
|
|
96
|
+
- FEATURE: Apple Pay express checkout now supports `onDeliveryAddressChanged`
|
|
97
|
+
callback, allowing merchants to update shipping options and totals when the
|
|
98
|
+
shopper switches delivery address in the payment sheet.
|
|
99
|
+
- FEATURE: Added Tabby logo assets for dropin payment method icon.
|
|
100
|
+
- FEATURE: Added Craftgate logo assets for dropin payment method icon.
|
|
101
|
+
|
|
94
102
|
### 5.44.1
|
|
95
103
|
|
|
96
104
|
- FIX: Handle 3-decimal currencies for Google Pay via `NOT_CURRENTLY_KNOWN`.
|