Download the PHP package purchased-at/magento2-payment without Composer
On this page you can find all versions of the php package purchased-at/magento2-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download purchased-at/magento2-payment
More information about purchased-at/magento2-payment
Files in purchased-at/magento2-payment
Package magento2-payment
Short Description Purchased.AT payment module for Magento 2.x
License OSL-3.0
Informations about the package magento2-payment
purchased-at/magento2-payment
This Magento 2.x module provides a payment method for the Purchased.at service.
Installation
Pre-requisites
Make sure your Magento 2.x installation is completed via composer or the web based Setup Wizard.
Install using composer
- Log into your Magento 2 server and switch to the Magento filesystem owner user.
- Change your current directory to the root of your Magento 2 installation.
-
Add the following line to ./composer.json under "require"
-
Run
composer update
&&composer install
and the Magento setup procedures:Make sure you use the Magento bundled
composer
. If you would like to run it withoutphp -f
like above, make sure the binary hasu+x
privileges. Same applies to themagento
binary, make itu+x
if needed.
Install manually
- Download the latest release from Github: https://github.com/purchased-at/magento2-payment/releases
- Log into your Magento 2 server and switch to the Magento filesystem owner user.
- Change to your Magento 2 installation's root directory and create a sub-directory under
app/code/PurchasedAt_Magento2Payment
. - Extract the downloaded package to this directory having the
registration.php
file atapp/code/PurchasedAt_Magento2Payment/registration.php
. -
Edit
app/etc/config.php
and add a new item in the modules array for the new module: - Add a new database record in the
setup_module
table with these fields:
Install from Magento Connect
Our module submission is being reviewed. You will be able to install it via Magento Connect as soon as it gets approved.
Configuration
To get the payment module up and running you need to do some configuration that involves setting your Purchased.at API key. So if you do not already have an API key, head first to your Vendor Dashboard and create a project with an API key. Having your API key prepared:
- Go to your Magento Admin
- Navigate to Stores > Configuration > Sales > Payment methods
- Scroll down to the Purchased.at section
- Here you can set the title, the allowed countries, instructions text, sort order etc. but make sure you enter you API key, it is comoulsory even for testing.
If you want to test the module, set the Test mode to "Test" otherwise set it to "Live".
If you don't see the Purchased.at among payment option at the store's checkout, please clear the Magento cache via the Magento Admin under System > Cache Management > Flush Magento Cache.
All versions of magento2-payment with dependencies
magento/module-config Version 100.*
magento/module-store Version 100.*
magento/module-checkout Version 100.*
magento/module-sales Version 100.*
magento/module-customer Version 100.*
magento/module-payment Version 100.*
magento/module-quote Version 100.*
magento/module-backend Version 100.*
magento/module-directory Version 100.*
magento/module-theme Version 100.*
magento/framework Version 100.*
purchased-at/sdk-php Version 1.3.*