https://github.com/dachcom-digital/payum-postfinance-flex-bundle
https://github.com/dachcom-digital/payum-postfinance-flex-bundle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dachcom-digital/payum-postfinance-flex-bundle
- Owner: dachcom-digital
- License: other
- Created: 2023-01-30T08:47:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T13:30:08.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:45:49.672Z (about 1 year ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CoreShop PostFinance Flex Payum Connector
[](LICENSE.md)
[](LICENSE.md)
This Bundle activates the [Postfinance Flex](https://checkout.postfinance.ch) PaymentGateway in CoreShop.
It requires the [dachcom-digital/payum-postfinance-flex](https://github.com/dachcom-digital/payum-postfinance-flex) repository which will be installed automatically.
## Requirements
CoreShop >= 3.0
## Installation
```json
"dachcom-digital/payum-postfinance-flex-bundle": "~2.0.0"
```
Add Bundle to `bundles.php`:
```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
### 2.0.0
- Dependency `dachcom-digital/payum-postfinance-flex` requirement set to `^2.0`
### 1.3.0
- [LICENSE] Dual-License with GPL and Dachcom Commercial License (DCL) added
### 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 be `coreshop.payum.postfinance.line_item.tax_title_8_1`
### 1.1.0
- add integration type config
- add `allowedPaymentMethodConfigurations` option
### 1.0.1
- add `setAllowedPaymentMethodBrands` option
***
## License
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit [LICENSE.md](LICENSE.md)