Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bortefi authored May 5, 2022
2 parents 8be7bc1 + 776913d commit e7e6be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Resources/frontend/js/jquery.adyen-disable-payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
if (0 === me.opts.adyenStoredMethodId.length) {
return;
}

if('' === me.modalContent){
return;
}
Expand All @@ -84,6 +85,7 @@
var me = this;
$.loadingIndicator.open();
$.loadingIndicator.loader.$loader.addClass('over-modal');

$.post({
url: me.opts.adyenDisableTokenUrl,
dataType: 'json',
Expand Down
1 change: 0 additions & 1 deletion Resources/views/frontend/register/payment_fieldset.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
{/if}
{/block}
{/block}

{block name="frontend_register_payment_fieldset"}
{$smarty.block.parent}
<div class="adyenDisableTokenConfirmationModal adyen-hidden--all">
Expand Down

0 comments on commit e7e6be1

Please sign in to comment.