Skip to content

Commit dbdd70d

Browse files
committed
remove redundant changes
1 parent 79252b4 commit dbdd70d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/express-checkout/button-ui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const expressCheckoutButtonUi = {
3232

3333
renderButton: ( eceButton ) => {
3434
if ( get$Container()?.length ) {
35-
// expressCheckoutButtonUi.showContainer();
3635
eceButton.mount( expressCheckoutElementId );
3736
}
3837
},

client/express-checkout/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jQuery( ( $ ) => {
3737
}
3838

3939
const publishableKey = getExpressCheckoutData( 'stripe' ).publishableKey;
40-
// const publishableKey = 'pk_test_51N000000000000000000000';
4140
const quantityInputSelector = '.quantity .qty[type=number]';
4241

4342
if ( ! publishableKey ) {

0 commit comments

Comments
 (0)