billmate / magento2-checkout
Billmate checkout - payment method
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/Billmate/magento-2-billmate-checkout
Type:magento2-module
pkg:composer/billmate/magento2-checkout
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2024-02-12 12:30:33 UTC
README
By Billmate AB - https://billmate.se
Description
This is a payment module for Magento 2 that allows you to pay using Billmate Checkout. Billmate Checkout is a payment solution from Billmate that creates a iframe payment solution on the Magento 2 Checkout page.
Important Note
This repo only supports Billmate Checkout and **not Custom Pay**.
COMPATIBILITY Magento versions
2.1.X
2.2.X
2.3.X
Documentation
Will be added in an upcoming release.
Supported Languages
Admin
- English (en_US)
- Swedish (sv_SE)
Frontend
- English (en_US)
- Swedish (sv_SE)
Installation
Code Package
- Download the latest release zip file.
- In the root directory of your Magento installation, create the following sub-directory path: app/code/Billmate/ BillmateCheckout
- Upload the zip files content into the newly created directory.
- Run these bash commands in the root Magento installation php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
- Configure the Billmate Credentials under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”Credentials”
- Configure the General under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”General”
- Make a test purchase for every payment method to verify that you have made the correct settings.
Composer
To install the Billmate plugin using Composer the following steps needs to be done.
- Add the following key to the composer.json “billmate/magento2-checkout”
- Run the command “composer install” to get the new package.
Update from Code Package to Composer
- Uninstall Billmate Checkout.
- Delete the app / code / Billmate folder.
- Install via composer according to instructions in Composer.