Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
<?php
if ( basename( $PHP_SELF ) == 'checkout_confirmation.php' ) {
?>
<script src="https://sdk.paylike.io/3.js"></script>
<script src="https://sdk.paylike.io/6.js"></script>
<script src= "includes/javascript/paylike.js"></script>
<?php
}
Expand Down Expand Up @@ -69,7 +69,7 @@ Released under the GPL V3 license: https://opensource.org/licenses/GPL-3.0
if(isset($errorHandler))$errorHandler->display();
```
After case 'edit': line.
8. Install the Paylike module from modules -> payment in the admin
8. Install the Paylike module from modules -> payment in the admin
9. Insert the app key and your public key in the settings and enable the plugin

## Updating settings
Expand Down