This Bundle activates the Postfinance Flex PaymentGateway in CoreShop. It requires the dachcom-digital/payum-postfinance-flex repository which will be installed automatically.
CoreShop >= 3.0
"dachcom-digital/payum-postfinance-flex-bundle": "~1.2.0"
Add Bundle to bundles.php
:
return [
# add to bottom
PayumPostFinanceFlexBundle\PayumPostFinanceFlexBundle::class => ['all' => true],
];
Go to CoreShop -> PaymentProvider and add a new Provider. Choose postfinance_flex
from type
and fill out the required fields.
- Fix tax translation label
- Dependency
dachcom-digital/payum-postfinance-flex
requirement set to^1.2
- Unnecessary dependency
postfinancecheckout/sdk
removed totalTaxes
added to line item- rate
title
gets translated by key:coreshop.payum.postfinance.line_item.tax_title_[TAX_RATE]
- where
[TAX_RATE]
represents the tax rate (.
gets replaced by_
) - Example: If your taxrate represents
8.1
, the generated title would becoreshop.payum.postfinance.line_item.tax_title_8_1
- where
- rate
- add integration type config
- add
allowedPaymentMethodConfigurations
option
- add
setAllowedPaymentMethodBrands
option
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md