File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
2222 <?php
2323 if ( basename( $PHP_SELF ) == 'checkout_confirmation.php' ) {
2424 ?>
25- <script src="https://sdk.paylike.io/3 .js"></script>
25+ <script src="https://sdk.paylike.io/6 .js"></script>
2626 <script src= "includes/javascript/paylike.js"></script>
2727 <?php
2828 }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
1919 5 . In: ` includes/application_top.php ` add:
2020 ```
2121 if ( basename( $PHP_SELF ) == 'checkout_confirmation.php' ) {
22- echo '<script src="https://sdk.paylike.io/3 .js"></script>';
22+ echo '<script src="https://sdk.paylike.io/6 .js"></script>';
2323 echo '<script src= "includes/javascript/paylike.js"></script>';
2424 }
2525 ```
You can’t perform that action at this time.
0 commit comments