We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261ab0 commit 4712415Copy full SHA for 4712415
2 files changed
upload_ce_phoenix/includes/modules/paylike.php
@@ -7,7 +7,7 @@
7
/**
8
* Paylike payment module version
9
*/
10
- define('MODULE_PAYMENT_PAYLIKE_VERSION', '0.4');
+ define('MODULE_PAYMENT_PAYLIKE_VERSION', '0.5');
11
12
if (isset($_POST['action']) && $_POST['action'] === 'getOrderTotalsData') {
13
$order = new order();
upload_ce_phoenix/includes/modules/payment/paylike_version.txt
@@ -1 +1 @@
1
-0.4
+0.5
0 commit comments