mendicm/cofidis-omnipay

Cofidis gateway for the OmniPay PHP payment processing library.

Installs: 5 670

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mendicm/cofidis-omnipay

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

This package is auto-updated.

Last update: 2025-09-19 04:58:32 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.