Download the PHP package buybox/giftcard-payment-magento2 without Composer
On this page you can find all versions of the php package buybox/giftcard-payment-magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download buybox/giftcard-payment-magento2
More information about buybox/giftcard-payment-magento2
Files in buybox/giftcard-payment-magento2
Package giftcard-payment-magento2
Short Description BuyBox GiftCard Payment integration with Magento 2
License MIT
Informations about the package giftcard-payment-magento2
BuyBox Payment Module
BuyBox Gift Card payment gateway integration module for Magento 2.
Technical feature
⚠️ Magento versions compatibility :
Which version should I use ?
Magento Version | BuyBox Payment Version | Install |
---|---|---|
Magento 2.4.x Opensource (CE) && Enterprise Edition (EE) | BuyBox Payment 2.4.x | |
Magento 2.3.x Opensource (CE) && Enterprise Edition (EE) | BuyBox Payment 2.3.x | |
Magento 2.2.x Opensource (CE) && Enterprise Edition (EE) | BuyBox Payment 2.2.x | |
Magento 2.1.x Opensource (CE) && Enterprise Edition (EE) | BuyBox Payment 2.1.x | |
Magento 2.0.x Opensource (CE) && Enterprise Edition (EE) | BuyBox Payment 2.0.x |
Installing
Using Composer
The easiest way to install the extension is to use Composer:
Module configuration
- Package details composer.json.
- Module configuration details (sequence) in module.xml.
- Module configuration available through Stores->Configuration system.xml
Payment gateway module depends on Sales
, Payment
and Checkout
Magento modules. For more module configuration
details, please look
through module development docs.
Gateway configuration
On the next step, we might specify gateway domain configuration in config.xml.
Let's look into configuration attributes:
debug
enables debug mode by default, e.g log for request/responseactive
is payment active by defaultmodel
Payment Method Facade
used for integration withSales
andCheckout
modulesmerchant_gateway_key
encrypted merchant credentialorder_status
default order statuspayment_action
default action of paymenttitle
default title for a payment methodcurrency
supported currencycan_authorize
whether payment method supports authorizationcan_capture
whether payment method supports capturecan_void
whether payment method supports voidcan_use_checkout
checkout availabilityis_gateway
is an integration with gatewaysort_order
payment method order position on checkout/system configuration pagesdebugReplaceKeys
request/response fields, which will be masked in logpaymentInfoKeys
transaction request/response fields displayed on payment information blockprivateInfoKeys
paymentInfoKeys fields which should not be displayed in customer payment information block
Dependency Injection configuration
To get more details about dependency injection configuration in Magento 2, please see DI docs.
In a case of Payment Gateway, DI configuration is used to define pools of Gateway Commands
with related infrastructure
and to configure Payment Method Facade
(used by Sales
and Checkout
modules to perform commands)
Contributors
License
Open Source License
All versions of giftcard-payment-magento2 with dependencies
magento/framework Version >=103.0.0
magento/module-sales Version >=103.0.0
magento/module-checkout Version >=100.4.0
magento/module-payment Version >=100.4.0