Skip to content

Commit d242fcd

Browse files
authored
Merge pull request #8 from paynl/feature/PLUG-3761
PLUG-3761 - Apple Pay variables
2 parents 0da84e1 + 88470b6 commit d242fcd

File tree

1 file changed

+5
-0
lines changed
  • app/design/frontend/base/default/template/pay/payment/form

1 file changed

+5
-0
lines changed

app/design/frontend/base/default/template/pay/payment/form/applepay.phtml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<?php
2+
$_code = $this->getMethodCode();
3+
$instructions = $this->getInstructions();
4+
?>
5+
16
<script>
27
$('dt_method_pay_payment_applepay').hide();
38

0 commit comments

Comments
 (0)