remp / crm-gopay-module
GoPay Module
Installs: 10 410
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 2
Open Issues: 3
Requires
- php: ^8.1
- mikoczy/omnipay-gopay: ^0.9
- dev-master
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.2.3
- 1.2.0
- 1.1.0
- 1.0.0
- 1.0.0-beta2
- 1.0.0-beta1
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.1
- 0.30.0
- 0.29.1
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.1
- 0.16.0
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
This package is auto-updated.
Last update: 2024-11-28 09:01:25 UTC
README
Installation
We recommend using Composer for installation and update management. To add CRM GoPay extension to your REMP CRM application use following command:
composer require remp/crm-gopay-module
Enable installed extension in your app/config/config.neon
file:
extensions: # ... gopay: Crm\GoPayModule\DI\GoPayModuleExtension
Seed GoPay payment gateway and its configuration:
php bin/command.php application:seed
Configuration & API keys
Enter GoPay API keys to CRM
- Visit to CRM admin Payments settings (
/admin/config-admin
- Payments) - Enter GoPay Go ID key
- Enter GoPay Client ID key
- Enter GoPay Client secret key
Keys are provided after registering at GoPay.
Another two configuration options are:
- GoPay Test Mode - if enabled, all payments are done in test mode, no money charge is made. For testing, use Testing payment cards.
- GoPay enabled EET - Elektronická evidence tržeb (EET), system for reporting sales to state administration (only in Czechia). For more details, see documentation.