Skip to content

Commit 8907123

Browse files
Release 1.0.4 (#19)
1 parent 6351ef0 commit 8907123

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

upload/admin/controller/extension/payment/paynow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class ControllerExtensionPaymentPaynow extends Controller
44
{
5-
private $version = "1.0.3";
5+
private $version = "1.0.4";
66

77
private $error = array();
88

upload/catalog/controller/extension/payment/paynow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ControllerExtensionPaymentPaynow extends Controller
1313
const ORDER_STATUS_CONFIRMED = 2;
1414
const ORDER_STATUS_ERROR = 10;
1515

16-
private $version = "1.0.3";
16+
private $version = "1.0.4";
1717
private $apiClient = null;
1818

1919
public function __construct($registry)

0 commit comments

Comments
 (0)