Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dyd committed Mar 30, 2023
1 parent cbb3011 commit 09e56bf
Show file tree
Hide file tree
Showing 469 changed files with 5,155 additions and 19,527 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.idea/
.DS_Store
emerchantpay.ocmod.zip
/vendor/
bin/check-standards
28 changes: 13 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
gitlab (4.14.0)
httparty (~> 0.14, >= 0.14.0)
terminal-table (~> 1.5, >= 1.5.1)
httparty (0.18.1)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mini_mime (1.1.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
multipart-post (2.3.0)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pronto (0.9.5)
gitlab (~> 4.0, >= 4.0.0)
httparty (>= 0.13.7)
Expand All @@ -30,18 +28,18 @@ GEM
pronto (~> 0.9.0)
pronto-phpmd (0.4.0)
pronto (~> 0.9.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
rainbow (2.2.2)
rake
rake (13.0.6)
rugged (0.99.0)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.19.4)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements
------------

* OpenCart 4.0.X (due to architectural changes, this module is __incompatible__ with older OpenCart versions)
* [GenesisPHP v1.21.2](https://github.com/GenesisGateway/genesis_php/tree/1.21.2) - (Integrated in Module)
* [GenesisPHP v1.21.6](https://github.com/GenesisGateway/genesis_php/tree/1.21.6) - (Integrated in Module)
* PCI-certified server in order to use ```emerchantpay Direct```

GenesisPHP Requirements
Expand Down Expand Up @@ -94,6 +94,7 @@ Supported Transactions & Payment Methods
* __Neteller__
* __Online Banking__
* __Interac Combined Pay-in (CPI)__
* __Bancontact (BCT)__
* __OXXO__
* __P24__
* __Pago Facil__
Expand Down
2 changes: 1 addition & 1 deletion admin/model/payment/emerchantpay_checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EmerchantpayCheckout extends Model
*
* @var string
*/
protected $module_version = '1.0.0';
protected $module_version = '1.0.1';

/**
* Perform installation logic
Expand Down
2 changes: 1 addition & 1 deletion admin/model/payment/emerchantpay_direct.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class EmerchantpayDirect extends Model
*
* @var string
*/
protected $module_version = '1.0.0';
protected $module_version = '1.0.1';

/**
* Perform installation logic
Expand Down
File renamed without changes.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "emerchantpay/opencart4-emp-plugin",
"description": "emerchantpay Gateway Module for OpenCart",
"type": "opencart-module",
"license": "GPL-2.0",
"version": "1.0.1",
"authors": [
{
"name": "emerchantpay",
"email": "shopping_carts@emerchantpay.com",
"homepage":"https://emerchantpay.com"
}
],
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"phpmd/phpmd": "^2.13"
},
"minimum-stability": "stable",
"scripts": {
"pack": [
"bin/pack-ocmod.sh"
]
}
}
Loading

0 comments on commit 09e56bf

Please sign in to comment.