We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6351ef0 commit 8907123Copy full SHA for 8907123
2 files changed
upload/admin/controller/extension/payment/paynow.php
@@ -2,7 +2,7 @@
2
3
class ControllerExtensionPaymentPaynow extends Controller
4
{
5
- private $version = "1.0.3";
+ private $version = "1.0.4";
6
7
private $error = array();
8
upload/catalog/controller/extension/payment/paynow.php
@@ -13,7 +13,7 @@ class ControllerExtensionPaymentPaynow extends Controller
13
const ORDER_STATUS_CONFIRMED = 2;
14
const ORDER_STATUS_ERROR = 10;
15
16
17
private $apiClient = null;
18
19
public function __construct($registry)
0 commit comments