Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfpayments/gambio-4
PostFinance Checkout integration for Gambio 4.5 and later
https://github.com/pfpayments/gambio-4
Last synced: 2 days ago
JSON representation
PostFinance Checkout integration for Gambio 4.5 and later
- Host: GitHub
- URL: https://github.com/pfpayments/gambio-4
- Owner: pfpayments
- License: apache-2.0
- Created: 2022-08-15T11:20:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T14:16:15.000Z (5 months ago)
- Last Synced: 2024-11-21T15:55:42.160Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 838 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PostFinanceCheckout Payment for Gambio 4
=============================The PostFinanceCheckout Payment plugin wraps around the PostFinanceCheckout 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/PostFinanceCheckout/PostFinanceCheckoutPayment 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 > PostFinanceCheckout Payment
8. Install the module and clear the cache again (repeat step 5)
9. Select Modules > Module Center > PostFinanceCheckout Payment again and click Edit
10. Enter correct data from PostFinanceCheckout 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 PostFinanceCheckout Payment.
13. Install the PostFinanceCheckout Payment System
14. Click Edit, select payment methods that you want to use and save configuration (Payment methods are synchronized from PostFinanceCheckout 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 PostFinanceCheckout
account dashboard.## Documentation
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/gambio-4/1.0.24/docs/en/documentation.html)
## License
Please see the [license file](https://github.com/pfpayments/gambio-4/blob/master/LICENSE.txt) for more information.