We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7272096 commit 5387946Copy full SHA for 5387946
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.1";
+ private $version = "1.0.3";
6
7
private $error = array();
8
private $settings = array();
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
- protected $version = "1.0.1";
+ protected $version = "1.0.3";
17
private $apiClient = null;
18
private $isSandboxEnabled;
19
private $apiKey;
0 commit comments