heidelpay / magento2-version2.3-patch
This extension for Magento 2 provides a direct integration of the Heidelpay payment methods to your Magento 2.3 shop. Please be aware this module will not be continued and is meant for urgent updates to Magento 2.3 only.
Installs: 9 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0
- ext-bcmath: *
- ext-json: *
- heidelpay/php-basket-api: ^1.0
- heidelpay/php-message-code-mapper: ^1.0
- heidelpay/php-payment-api: ^1.4
- magento/framework: ^102.0.0
- magento/module-backend: *
- magento/module-checkout: *
- magento/module-config: *
- magento/module-customer: *
- magento/module-payment: *
- magento/module-quote: *
- magento/module-sales: *
- magento/module-store: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
- magento/marketplace-eqp: ^2.0
Suggests
- magento/module-checkout-agreements: *
Replaces
- magento/magento2: *
This package is auto-updated.
Last update: 2019-10-18 08:44:25 UTC
README
Heidelpay payment extension for Magento2
This extension for Magento 2.3 provides a direct integration of the supported payment methods mentioned below to your Magento 2.3 shop.
heidelpay is offering this magento2 plugin as a temporary solution in order to ensure Magento 2.3 compatibility.
Please note that we will not provide long-term support for this version and strongly recommend waiting for the official release of the magento 2.3 module, based on our new backend technology stack.
Release is planned for Q3/Q4 of 2019. The new plugin offers the following benefits:
- Long term support
- Magento 2.3 PWA Support
- Continuous improvements
- Up-to-date, innovative payment methods (e.g Apple Pay, Hire Purchase, Invoice guaranteed, flexi-pay)
- Support for the new PayPal API, including their Fraud Toolings
- Mobile SDK’s
For more information on our upcoming technology stack visit: https://docs.heidelpay.com
For more information on this implementation please visit our dev-page.
SYSTEM REQUIREMENTS
This extension requires PHP 7.1 or PHP 7.2 as well as Magento 2.3. It also depends on the heidelpay php-payment-api and the php-basket-api, which will be installed along with the plugin.
LICENSE
You can find a copy of this license in LICENSE.txt.
Release notes
- Based on the php-payment-api. Please refer to the developer documentation.
- Based on the php-basket-api. Please refer to the developer documentation.
Currently supported payment methods are:
- Credit Card
- Debit Card
- Direct Debit
- Direct Debit (Secured) (B2C)
- Sofort.
- PayPal
- Prepayment
- Invoice
- Invoice (Secured) (B2C)
- giropay
- iDeal
Installation
Install the heidelpay Magento 2.3 composer package
composer require "heidelpay/magento2-version2.3-patch"
Enable the extension in Magento 2.3
php -f bin/magento module:enable Heidelpay_Gateway --clear-static-content
Setup the extension and refresh cache
php -f bin/magento setup:upgrade
php -f bin/magento cache:flush
php -f bin/magento setup:di:compile
php -f bin/magento setup:static-content:deploy
and you are ready to go.
Update to Magento 2.3
Prerequisite: The heidelpay/magento2 plugin was previously installed)
Require the new magento version in your composer.json
"magento/product-community-edition": "^2.3.0"
Replace the heidelpay/magento2 module with this patched version
"heidelpay/magento2-version2.3-patch": "*"
Perform the composer update
composer update
Setup the extension and refresh cache
php -f bin/magento setup:upgrade
php -f bin/magento cache:flush
php -f bin/magento setup:di:compile
php -f bin/magento setup:static-content:deploy
If you run into trouble compiling
Check this Issue.
and you are ready to go.
Support
For any issues or questions please get in touch with our support.
Web page
Phone
+49 (0)6221/6471-100
@devHeidelpay