dachcom-digital / payum-postfinance-flex-bundle
Installs: 1 528
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:pimcore-bundle
Requires
- dachcom-digital/payum-postfinance-flex: ^1.2
- payum/core: ^1.6
README
This Bundle activates the Postfinance Flex PaymentGateway in CoreShop. It requires the dachcom-digital/payum-postfinance-flex repository which will be installed automatically.
Requirements
CoreShop >= 3.0
Installation
"dachcom-digital/payum-postfinance-flex-bundle": "~1.2.0"
Add Bundle to bundles.php
:
return [ # add to bottom PayumPostFinanceFlexBundle\PayumPostFinanceFlexBundle::class => ['all' => true], ];
3. Setup
Go to CoreShop -> PaymentProvider and add a new Provider. Choose postfinance_flex
from type
and fill out the required fields.
Changelog
1.2.1
- Fix tax translation label
1.2.0
- 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
1.1.0
- add integration type config
- add
allowedPaymentMethodConfigurations
option
1.0.1
- add
setAllowedPaymentMethodBrands
option
Copyright and License
Copyright: DACHCOM.DIGITAL For licensing details please visit LICENSE.md