Typo in assets/js/frontend/checkout.js:437
This commit is contained in:
parent
5f63425e0a
commit
acfc4f5b55
|
@ -434,7 +434,7 @@ jQuery( function( $ ) {
|
|||
return false;
|
||||
},
|
||||
remove_coupon: function( e ) {
|
||||
e.preDefault();
|
||||
e.preventDefault();
|
||||
|
||||
var container = $( this ).parents( '.woocommerce-checkout-review-order' ),
|
||||
coupon = $( this ).data( 'coupon' );
|
||||
|
|
Loading…
Reference in New Issue