@payrails/web-sdk 5.29.1 → 5.29.3
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 +1 -12
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +22 -2
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -20,15 +20,4 @@ npm install @payrails/web-sdk
|
|
|
20
20
|
|
|
21
21
|
### Enhancements
|
|
22
22
|
|
|
23
|
-
-
|
|
24
|
-
- Better logging for collect operation
|
|
25
|
-
- Ability to display merchant name on Apple Pay
|
|
26
|
-
- Users can now update card form events using updateEvents function
|
|
27
|
-
- Added documentation about packages; error-bank, fraud-sdk, iframe-event,
|
|
28
|
-
logger, prcdoegen, web-cse and web-sdk
|
|
29
|
-
- Added tests and CI improvements
|
|
30
|
-
|
|
31
|
-
### Bug Fixes
|
|
32
|
-
|
|
33
|
-
- Dependency updates to address security vulnerabilities
|
|
34
|
-
- Fixed field rendering issues on mount/unmount
|
|
23
|
+
- We can now support agnostic ApplePay and GooglePay
|