Skip to content

Commit 5387946

Browse files
Release 1.0.3 (#14)
Release 1.0.3
1 parent 7272096 commit 5387946

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.1";
5+
private $version = "1.0.3";
66

77
private $error = array();
88
private $settings = array();

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-
protected $version = "1.0.1";
16+
protected $version = "1.0.3";
1717
private $apiClient = null;
1818
private $isSandboxEnabled;
1919
private $apiKey;

0 commit comments

Comments
 (0)