@payrails/web-sdk 5.44.0-RC.0 → 5.44.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 +6 -0
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +2 -2
- package/payrails.d.ts +47 -13
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -91,6 +91,12 @@ paymentButton.mount('#payment-button');
|
|
|
91
91
|
|
|
92
92
|
## Release Notes
|
|
93
93
|
|
|
94
|
+
### 5.44.0
|
|
95
|
+
|
|
96
|
+
- FEATURE - Added Revolut Pay button assets in dark, white, and outline.
|
|
97
|
+
- FIX - Apple Pay script is loaded using SRI for enhanced security, with
|
|
98
|
+
integrity hash and crossorigin attributes
|
|
99
|
+
|
|
94
100
|
### 5.43.2
|
|
95
101
|
|
|
96
102
|
- FIX: Fixed issue with secure fields update
|