@payrails/web-sdk 5.25.1 → 5.25.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 +8 -6
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +50 -49
- package/payrails.d.ts +1 -0
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
# Payrails Web SDK
|
|
2
2
|
|
|
3
|
-
Payrails Web provides you with the building blocks to create a checkout
|
|
3
|
+
Payrails Web provides you with the building blocks to create a checkout
|
|
4
|
+
experience for your customers.
|
|
4
5
|
|
|
5
6
|
You can integrate Payrails Web in two ways:
|
|
6
7
|
|
|
7
|
-
- Dropin: all-in-one solution, the quickest but less customizable solution on
|
|
8
|
-
|
|
8
|
+
- Dropin: all-in-one solution, the quickest but less customizable solution on
|
|
9
|
+
how to accept payments on your website.
|
|
10
|
+
- Elements: One component for each payment method, credit card forms and more.
|
|
11
|
+
Fully customizable solution.
|
|
9
12
|
|
|
10
13
|
## Importing the SDK
|
|
11
14
|
|
|
@@ -15,7 +18,6 @@ npm install @payrails/web-sdk
|
|
|
15
18
|
|
|
16
19
|
## Release Notes
|
|
17
20
|
|
|
18
|
-
|
|
21
|
+
### Enhancements
|
|
19
22
|
|
|
20
|
-
-
|
|
21
|
-
- fix binlookup functionality for secure fields
|
|
23
|
+
- Added support for `onAuthorizeRequestStart` event for Apple Pay and Google Pay
|