File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 113
113
"@paypal/common-components" : " ^1.0.35" ,
114
114
"@paypal/connect-loader-component" : " 1.1.1" ,
115
115
"@paypal/funding-components" : " ^1.0.31" ,
116
- "@paypal/sdk-client" : " ^4.0.181 " ,
116
+ "@paypal/sdk-client" : " ^4.0.184 " ,
117
117
"@paypal/sdk-constants" : " ^1.0.141" ,
118
118
"@paypal/sdk-logos" : " ^2.2.6"
119
119
},
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
39
39
getDisableSetCookie ,
40
40
getExperimentation ,
41
41
getSDKAttribute ,
42
- getSDKIntegrationSource ,
42
+ getJsSdkLibrary ,
43
43
} from "@paypal/sdk-client/src" ;
44
44
import {
45
45
rememberFunding ,
@@ -610,6 +610,13 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
610
610
value : getIntent ,
611
611
} ,
612
612
613
+ jsSdkLibrary : {
614
+ type : "string" ,
615
+ queryParam : true ,
616
+ required : false ,
617
+ value : getJsSdkLibrary ,
618
+ } ,
619
+
613
620
locale : {
614
621
type : "object" ,
615
622
queryParam : true ,
@@ -776,13 +783,6 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
776
783
queryParam : true ,
777
784
} ,
778
785
779
- sdkIntegrationSource : {
780
- type : "string" ,
781
- queryParam : true ,
782
- required : false ,
783
- value : getSDKIntegrationSource ,
784
- } ,
785
-
786
786
sdkMeta : {
787
787
type : "string" ,
788
788
queryParam : true ,
You can’t perform that action at this time.
0 commit comments