Skip to content

Commit 0aeb264

Browse files
authored
Merge pull request #7 from genuineq/master
update to 6.js for oscommerce
2 parents 78f32d7 + 7f9cc7e commit 0aeb264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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
}
@@ -69,7 +69,7 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
6969
if(isset($errorHandler))$errorHandler->display();
7070
```
7171
After case 'edit': line.
72-
8. Install the Paylike module from modules -> payment in the admin
72+
8. Install the Paylike module from modules -> payment in the admin
7373
9. Insert the app key and your public key in the settings and enable the plugin
7474
7575
## Updating settings

0 commit comments

Comments
 (0)