SHOW:
|
|
- or go back to the newest paste.
1 | - | {% if template_set == "PL" and context == "checkout" %} |
1 | + | {% if context == "checkout" %} |
2 | <script> | |
3 | FC.client.on("ready.done", function() { | |
4 | - | // Default to PayU |
4 | + | // Default to Tazapay |
5 | - | FC.json.payment_method_type = 'payu_omnipay'; |
5 | + | FC.json.payment_method_type = 'tazapay'; |
6 | FC.Template('checkout').clearOutput(); | |
7 | FC.checkout.renderPaymentMethod() | |
8 | }); | |
9 | - | FC.client.on("render.done", function() { |
9 | + | |
10 | - | // Move PayU to the top of payments list |
10 | + |