Skip to content

Commit

Permalink
Release 1.0.5 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilleszczak2 authored Mar 4, 2021
1 parent 8cf4b59 commit 30154b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/extension/payment/paynow.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ControllerExtensionPaymentPaynow extends Controller
const ORDER_STATUS_CONFIRMED = 2;
const ORDER_STATUS_ERROR = 10;

private $version = "1.0.4";
private $version = "1.0.5";
private $apiClient = null;

private $apiKey;
Expand Down

0 comments on commit 30154b8

Please sign in to comment.