Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallee-payment/gambio-4
Wallee Payment for Gambio 4
https://github.com/wallee-payment/gambio-4
Last synced: about 2 months ago
JSON representation
Wallee Payment for Gambio 4
- Host: GitHub
- URL: https://github.com/wallee-payment/gambio-4
- Owner: wallee-payment
- License: apache-2.0
- Created: 2022-02-21T13:06:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T08:19:09.000Z (6 months ago)
- Last Synced: 2024-07-22T09:59:38.389Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Wallee Payment for Gambio 4
=============================The Wallee Payment plugin wraps around the Wallee API. This library facilitates your interaction with various services such as transactions.
## Requirements
- PHP 7.2 to PHP 8.2
- Gambio 4.5 to Gambio 4.9We only support the Gambio standard checkout (without modifications)
## Installation
**Please install it manually**
### Manual Installation
1. Alternatively you can download the package in its entirety. The [Releases](../../releases) page lists all stable versions.
2. Uncompress the zip file you download
3. Include it to your Gambio shop root folder
4. Run the install command
```bash
# Please go to /GXModules/Wallee/WalleePayment and run the command
composer install
```5. Login to Admin Panel
6. Click on Toolbox > Clear Cache and clear all caches
7. Click on Modules > Module Center > Wallee Payment
8. Install the module and clear the cache again (repeat step 5)
9. Select Modules > Module Center > Wallee Payment again and click Edit
10. Enter correct data from Wallee API and click Save. Payment methods will be synchronised
11. Navigate To Modules -> Payment Systems
12. Click on "Miscellaneous" tab and find "added modules" and click the Wallee Payment.
13. Install the Wallee Payment System
14. Click Edit, select payment methods that you want to use and save configuration (Payment methods are synchronized from Wallee and only if they are enabled)
## Usage
The library needs to be configured with your account's space id, user id, and application key which are available in your Wallee
account dashboard.## Documentation
[Documentation](https://plugin-documentation.wallee.com/wallee-payment/gambio-4/1.0.24/docs/en/documentation.html)
## License
Please see the [license file](https://github.com/wallee-payment/gambio-4/blob/master/LICENSE.txt) for more information.