Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dyd committed Sep 23, 2020
1 parent cdf2617 commit 1dab6ad
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file modified YOUR_ADMIN/images/ecomprocessing/logos/ecomprocessing.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified YOUR_ADMIN/images/ecomprocessing/logos/ecp_checkout.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified YOUR_ADMIN/images/ecomprocessing/logos/ecp_direct.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified YOUR_ADMIN/images/ecomprocessing/logos/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ecomprocessing/logos/ecomprocessing.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ecomprocessing/logos/ecp_checkout.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ecomprocessing/logos/ecp_direct.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/ecomprocessing/logos/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion includes/modules/payment/ecomprocessing_checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ protected function registerLibraries()
public function __construct()
{
$this->code = ECOMPROCESSING_CHECKOUT_CODE;
$this->version = "1.0.4";
$this->version = "1.0.5";
parent::__construct();
}

Expand Down
2 changes: 1 addition & 1 deletion includes/modules/payment/ecomprocessing_direct.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ecomprocessing_direct extends \EComProcessing\Base\PaymentMethod
public function __construct()
{
$this->code = ECOMPROCESSING_DIRECT_CODE;
$this->version = "1.0.4";
$this->version = "1.0.5";
parent::__construct();
}

Expand Down

0 comments on commit 1dab6ad

Please sign in to comment.