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
Requires
- omnipay/common: ~3.0
This package is auto-updated.
Last update: 2024-11-19 03:18:54 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.