Skip to content

Commit 9562905

Browse files
committed
!! Upgraded js SDK to v10 for CE Phoenix
1 parent ca45d11 commit 9562905

4 files changed

Lines changed: 1115 additions & 10 deletions

File tree

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/6.js"></script>';
22+
echo '<script src="https://sdk.paylike.io/10.js"></script>';
2323
echo '<script src= "includes/javascript/paylike.js"></script>';
2424
}
2525
```

0 commit comments

Comments
 (0)