File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ class Cart extends Component {
74
74
}
75
75
76
76
componentWillReceiveProps ( nextProps : Props ) {
77
- console . log ( 'receiving props' ) ;
78
- console . log ( 'applePayAvailable from next ->' , nextProps . applePayAvailable ) ;
79
- console . log ( 'applePayAvailable -> ' , this . props . applePayAvailable ) ;
80
77
if ( this . props . applePayAvailable !== nextProps . applePayAvailable ) {
81
78
this . props . checkApplePay ( ) ;
82
79
}
Original file line number Diff line number Diff line change 1
1
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
2
# yarn lockfile v1
3
3
4
- " @foxcomm/api-js@^1.2.1 " :
4
+
5
+ " @foxcomm/api-js@^1.2.0" , "@foxcomm/api-js@^1.2.1":
5
6
version "1.2.1"
6
7
resolved "https://npm.foxcommerce.com:4873/@foxcomm%2fapi-js/-/api-js-1.2.1.tgz#0a099a15a4dffb32ab61d3eefd1ecb78299b088d"
7
8
dependencies :
You can’t perform that action at this time.
0 commit comments