mendicm/cofidis-omnipay

Cofidis gateway for the OmniPay PHP payment processing library.

dev-master / 0.1.x-dev 2019-06-18 15:40 UTC

This package is auto-updated.

Last update: 2024-04-19 02:13:19 UTC


README

Cofidis-Spain gateway for the OmniPay PHP payment processing library.

Laravel-customized to use views on redirect form page:
Now redirect modal is rendered from blade template (Laravel) and must be stored on resources/views/omnipay/cofidis.blade.php.
Form action is stored on a $url variable and hidden fields on $fields (use {!! $fields !!} to print the fields html properly)

For general usage instructions, please see the main Omnipay repository.