Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallee-payment/oxid-6.0
The OXID eSales module for version 6.x allows to process payments with wallee.
https://github.com/wallee-payment/oxid-6.0
oxid-esales oxid-eshop oxid-eshop-component payment-gateway payment-integration php wallee
Last synced: 29 days ago
JSON representation
The OXID eSales module for version 6.x allows to process payments with wallee.
- Host: GitHub
- URL: https://github.com/wallee-payment/oxid-6.0
- Owner: wallee-payment
- License: apache-2.0
- Created: 2018-05-03T16:33:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T08:47:07.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:37:59.343Z (3 months ago)
- Topics: oxid-esales, oxid-eshop, oxid-eshop-component, payment-gateway, payment-integration, php, wallee
- Language: PHP
- Homepage:
- Size: 858 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID 6.X
v1.0.47, 2023-6
This repository contains the OXID wallee payment module that enables the shop to process payments with [wallee](https://www.wallee.com).
##### To use this extension, a [wallee](https://app-wallee.com/user/signup) account is required.
## Requirements
* [Oxid](https://www.oxid-esales.com/) 6.0, 6.1, 6.2, 6.10
* [PHP](http://php.net/) 5.6 or later## Install Oxid 6.2+
Run on the same path via terminal (required on oxid 6.2 upwards) this command to install the plugin: +
```
composer require wallee/oxid-6.0
```
If the plugin still don't work you need to run these commands:
```
./vendor/bin/oe-console oe:module:install source/modules/wle/Wallee
./vendor/bin/oe-console oe:module:install-configuration source/modules/wle/Wallee
./vendor/bin/oe-console oe:module:activate Wallee
./vendor/bin/oe-console oe:module:apply-configuration
```## Support
Support queries can be issued on the [wallee support site](https://app-wallee.com/space/select?target=/support).
## Documentation
* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-6.0/1.0.47/docs/en/documentation.html)
## License
Please see the [license file](https://github.com/wallee-payment/oxid-6.0/blob/1.0.47/LICENSE) for more information.