Skip to content

Commit

Permalink
Render voucher methods in the confirmation page (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Aug 2, 2023
1 parent 4469c9e commit acfab69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function clearAdyenData(paymentInstrument) {
paymentInstrument.custom.adyenPaymentData = null;
paymentInstrument.custom.adyenPartialPaymentsOrder = null;
paymentInstrument.custom.adyenMD = null;
paymentInstrument.custom.adyenAction = null;
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<isif condition="${payment.adyenAction != null}">
<!--- Payment action for Voucher --->
<div id="voucherResult"></div>
<div id="voucherResult" style="overflow:hidden"></div>
<br/>
<script type="text/javascript">
var configuration = {
Expand Down

0 comments on commit acfab69

Please sign in to comment.