mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Enable stripe when retrying payments
This commit is contained in:
@@ -90,7 +90,7 @@ $(function () {
|
||||
if (!$("#stripe_number").length) // Not on the checkout page
|
||||
return;
|
||||
|
||||
if ($("input[name=payment][value=stripe]").is(':checked')) {
|
||||
if ($("input[name=payment][value=stripe]").is(':checked') || $(".payment-redo-form").length) {
|
||||
pretixstripe.load();
|
||||
} else {
|
||||
$("input[name=payment]").change(function() {
|
||||
|
||||
Reference in New Issue
Block a user