File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 114
114
"@paypal/common-components" : " ^1.0.35" ,
115
115
"@paypal/connect-loader-component" : " 1.1.1" ,
116
116
"@paypal/funding-components" : " ^1.0.31" ,
117
- "@paypal/sdk-client" : " ^4.0.191 " ,
117
+ "@paypal/sdk-client" : " ^4.0.194 " ,
118
118
"@paypal/sdk-constants" : " ^1.0.146" ,
119
119
"@paypal/sdk-logos" : " ^2.2.6"
120
120
},
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ import {
42
42
getFirstRenderExperiments ,
43
43
getSDKAttribute ,
44
44
getJsSdkLibrary ,
45
+ wasShopperInsightsUsed ,
45
46
} from "@paypal/sdk-client/src" ;
46
47
import {
47
48
rememberFunding ,
@@ -948,6 +949,11 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
948
949
value : ( ) => sessionState ,
949
950
} ,
950
951
952
+ getShopperInsightsUsed : {
953
+ type : "function" ,
954
+ value : ( ) => wasShopperInsightsUsed ,
955
+ } ,
956
+
951
957
stageHost : {
952
958
type : "string" ,
953
959
value : getStageHost ,
You can’t perform that action at this time.
0 commit comments