Skip to content

Commit c9bcf39

Browse files
committed
Merge branch 'feat/PA-935-manual-order' of https://github.com/pagarme/woocommerce into feat/PA-935-manual-order
2 parents 9fed85f + e34eba4 commit c9bcf39

File tree

1 file changed

+0
-1
lines changed
  • assets/javascripts/front/checkout/model/payment

1 file changed

+0
-1
lines changed

assets/javascripts/front/checkout/model/payment/card.js

-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ let pagarmeCard = {
477477
return pagarmeCard.canExecute(event);
478478
});
479479
jQuery('form#order_review').on('submit', function (event) {
480-
console.log('first event', event);
481480
return pagarmeCard.canExecute(event);
482481
});
483482
});

0 commit comments

Comments
 (0)