Skip to content

Commit

Permalink
1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dyd committed Mar 18, 2022
1 parent dc61e27 commit a27adfb
Show file tree
Hide file tree
Showing 313 changed files with 27,380 additions and 2,109 deletions.
10 changes: 10 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<ruleset name="PrestaShop ECP Plugin Coding Standards">
<description>Generally-applicable sniffs for PrestaShop ECP Plugin</description>

<rule ref="PSR1" />
<rule ref="PSR2" />

<exclude-pattern>*/genesis/*</exclude-pattern>
<exclude-pattern>*/backward_compatibility/*</exclude-pattern>
</ruleset>
52 changes: 52 additions & 0 deletions .phpmd.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<ruleset name="PrestaShop ECP Plugin"
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0
http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:noNamespaceSchemaLocation="
http://pmd.sf.net/ruleset_xml_schema.xsd">
<description>
Rule Set for PrestaShop ecomprocessing Plugin
</description>

<!--Start of CleanCode RuleSets-->
<rule ref="rulesets/cleancode.xml">
<exclude name="StaticAccess" />
<exclude name="BooleanArgumentFlag" />
<exclude name="ElseExpression" />
</rule>
<!--End of CleanCode RuleSets-->

<!--Start of CodeSize RuleSets-->
<rule ref="rulesets/codesize.xml">
<exclude name="TooManyPublicMethods"/>
</rule>
<!--End of CodeSize RuleSets-->

<rule ref="rulesets/design.xml"/>

<!--Start of Naming RuleSets-->
<rule ref="rulesets/naming.xml">
<exclude name="LongVariable"/>
<exclude name="BooleanGetMethodName"/>
</rule>

<rule ref="rulesets/naming.xml/LongVariable">
<properties>
<property name="maximum" value="25" />
</properties>
</rule>

<rule ref="rulesets/naming.xml/BooleanGetMethodName">
<properties>
<property name="checkParameterizedMethods" value="true" />
</properties>
</rule>
<!--End of Naming RuleSets-->

<rule ref="rulesets/unusedcode.xml"/>

<exclude-pattern>*/genesis/*</exclude-pattern>
<exclude-pattern>*/backward_compatibility/*</exclude-pattern>
</ruleset>
6 changes: 6 additions & 0 deletions .pronto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github:
slug: eMerchantPay/prestashop-ecp-plugin
access_token: ENV['PRONTO_GITHUB_ACCESS_TOKEN']
api_endpoint: ENV['PRONTO_GITHUB_API_ENDPOINT']
web_endpoint: ENV['PRONTO_GITHUB_WEB_ENDPOINT']
verbose: false
39 changes: 22 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
faraday (0.15.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
gitlab (4.5.0)
httparty (>= 0.14.0)
terminal-table (>= 1.5.1)
httparty (0.16.2)
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)
multi_xml (>= 0.5.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
multi_xml (0.6.0)
multipart-post (2.0.0)
octokit (4.10.0)
multipart-post (2.1.1)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pronto (0.9.5)
gitlab (~> 4.0, >= 4.0.0)
Expand All @@ -25,18 +30,18 @@ GEM
pronto (~> 0.9.0)
pronto-phpmd (0.4.0)
pronto (~> 0.9.0)
public_suffix (3.0.2)
public_suffix (4.0.6)
rainbow (2.2.2)
rake
rake (12.3.1)
rugged (0.27.4)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
rake (13.0.6)
rugged (0.99.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.19.4)
unicode-display_width (1.4.0)
unicode-display_width (1.7.0)

PLATFORMS
ruby
Expand All @@ -47,4 +52,4 @@ DEPENDENCIES
pronto-phpmd (~> 0.4.0)

BUNDLED WITH
1.16.1
1.17.3
87 changes: 85 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is a Payment Module for Prestashop that gives you the ability to process pa
Requirements
------------

* Prestashop 1.6.x - 1.7.x (Tested up to __1.7.4__)
* [GenesisPHP v1.9.0](https://github.com/GenesisGateway/genesis_php/releases/tag/1.9.0) - (Integrated in Module)
* Prestashop 1.6.x - 1.7.x (Tested up to __1.7.6__)
* [GenesisPHP v1.19.2](https://github.com/GenesisGateway/genesis_php/releases/tag/1.19.2) - (Integrated in Module)
* PCI-certified server in order to use ```E-Comprocessing Direct```

GenesisPHP Requirements
Expand Down Expand Up @@ -67,3 +67,86 @@ _Note_: If you have trouble with your credentials or terminal configuration, get
You're now ready to process payments through our gateway.

[support]: mailto:tech-support@e-comprocessing.com

Supported Transactions
------------
* ```E-Comprocessing Direct``` Payment Method
* __Authorize__
* __Authorize (3D-Secure)__
* __Sale__
* __Sale (3D-Secure)__

* ```E-Comprocessing Checkout``` Payment Method
* __Argencard__
* __Aura__
* __Authorize__
* __Authorize (3D-Secure)__
* __Baloto__
* __Bancomer__
* __Bancontact__
* __Banco de Occidente__
* __Banco do Brasil__
* __BitPay__
* __Boleto__
* __Bradesco__
* __Cabal__
* __CashU__
* __Cencosud__
* __Davivienda__
* __Efecty__
* __Elo__
* __eps__
* __eZeeWallet__
* __Fashioncheque__
* __GiroPay__
* __GooglePay__
* __iDeal__
* __iDebit__
* __InstaDebit__
* __InstantTransfer__
* __InitRecurringSale__
* __InitRecurringSale (3D-Secure)__
* __Intersolve__
* __Itau__
* __Klarna__
* __Multibanco__
* __MyBank__
* __Naranja__
* __Nativa__
* __Neosurf__
* __Neteller__
* __Online Banking__
* __OXXO__
* __P24__
* __Pago Facil__
* __PayPal Express__
* __PaySafeCard__
* __PayU__
* __POLi__
* __Post Finance__
* __PPRO__
* __eps__
* __GiroPay__
* __Ideal__
* __Przelewy24__
* __SafetyPay__
* __TrustPay__
* __BCMC__
* __MyBank__
* __PSE__
* __RapiPago__
* __Redpagos__
* __SafetyPay__
* __Sale__
* __Sale (3D-Secure)__
* __Santander__
* __Sepa Direct Debit__
* __SOFORT__
* __Tarjeta Shopping__
* __TCS__
* __Trustly__
* __TrustPay__
* __UPI__
* __WebMoney__
* __WebPay__
* __WeChat__
2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/fonts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/img/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/img/logos/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/img/treegrid/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
5 changes: 3 additions & 2 deletions modules/ecomprocessing/assets/js/card/card.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/ecomprocessing/assets/js/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
2 changes: 1 addition & 1 deletion modules/ecomprocessing/backward_compatibility/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Context
/**
* @var Employee
*/
public $employee;
public $ecployee;

/**
* @var Controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
class PrestaShopCollection extends Collection
{

}
}
2 changes: 1 addition & 1 deletion modules/ecomprocessing/backward_compatibility/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
header("Pragma: no-cache");

header("Location: ../");
exit;
exit;
Loading

0 comments on commit a27adfb

Please sign in to comment.