thelia-modules / PayPal

Paypal module for Thelia ecommerce solution
8 stars 28 forks source link

Complete module revamping #24

Closed roadster31 closed 8 years ago

roadster31 commented 8 years ago

This PR is a complete revamping of the module, to use payment modules features introduced in Thelia 2.1.

The configuration system no longer uses AdminIncludes, but hooks. Configuration data are stored in the standard module_config table, and no longer uses a specific table. Configuration features has been added (IP filter, min and max amounts, etc).

Error handling is enhanced, and the log system is more accurate. Logs are readable in the back-office.

The modules uses the standard views of the default template, and a manual integration is no longer required.

The module mails are now defined in a mail template.

PR #19 and #23 have been included in this PR.

The new configuration page :

img-2016-01-12 01 12 30

bibich commented 8 years ago

Thanks