@payrails/web-sdk 5.20.0 → 5.21.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/index.js +4 -4
- package/package.json +2 -2
- package/payrails.d.ts +1 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payrails/web-sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.21.0",
|
|
4
4
|
"description": "SDK providing tokenization options on the client for merchants",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "payrails.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"author": "Payrails GitHub Bot <github@payrails.com>",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@payrails/fraud-sdk": "1.
|
|
11
|
+
"@payrails/fraud-sdk": "1.4.1",
|
|
12
12
|
"@payrails/web-cse": "1.2.3",
|
|
13
13
|
"@types/applepayjs": "14.0.4",
|
|
14
14
|
"@types/googlepay": "0.7.5"
|
package/payrails.d.ts
CHANGED
|
@@ -932,6 +932,7 @@ interface GooglePayButtonOptions extends StoreInstrumentElementOptions {
|
|
|
932
932
|
buttonSizeMode?: google.payments.api.ButtonSizeMode;
|
|
933
933
|
buttonLocale?: string;
|
|
934
934
|
} & StoreInstrumentElementOptions['styles'];
|
|
935
|
+
returnInfo?: ReturnInfo;
|
|
935
936
|
}
|
|
936
937
|
declare class GooglePayButton extends PayrailsElementWithStoreInstrumentCheckbox {
|
|
937
938
|
protected options: GooglePayButtonOptions;
|