Skip to content

Commit 9b28e22

Browse files
committed
Update sdk version
1 parent 5b91409 commit 9b28e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README_CE-Phoenix-2341-Frozen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

README_Phoenix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)