Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.9

We 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.