diff --git a/commerce_stripe.js b/commerce_stripe.js index dab7021..7b35047 100755 --- a/commerce_stripe.js +++ b/commerce_stripe.js @@ -9,7 +9,7 @@ if (settings.stripe.fetched == null) { settings.stripe.fetched = true; - $('#edit-continue').live('click', function(event) { + $('#edit-continue').on('click', function(event) { // Prevent the Stripe actions to be triggered if Stripe is not selected. if ($("input[value*='commerce_stripe|']").is(':checked')) {