-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
77 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ CoreShop >= 3.0 | |
## Installation | ||
|
||
```json | ||
"dachcom-digital/payum-postfinance-flex-bundle": "~1.3.0" | ||
"dachcom-digital/payum-postfinance-flex-bundle": "~2.0.0" | ||
``` | ||
|
||
Add Bundle to `bundles.php`: | ||
|
@@ -29,6 +29,9 @@ Go to CoreShop -> PaymentProvider and add a new Provider. Choose `postfinance_fl | |
|
||
## 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 | ||
|
||
|
@@ -55,6 +58,6 @@ Go to CoreShop -> PaymentProvider and add a new Provider. Choose `postfinance_fl | |
## License | ||
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz | ||
[dachcom.com](https://www.dachcom.com), [email protected] | ||
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved. | ||
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved. | ||
|
||
For licensing details please visit [LICENSE.md](LICENSE.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,17 @@ | |
"email": "[email protected]", | ||
"homepage": "https://www.dachcom.com", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "DACHCOM.DIGITAL Stefan Hagspiel", | ||
"email": "[email protected]", | ||
"homepage": "https://www.dachcom.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"payum/core": "^1.6", | ||
"dachcom-digital/payum-postfinance-flex": "^1.2" | ||
"dachcom-digital/payum-postfinance-flex": "^2.0" | ||
}, | ||
"require-dev": { | ||
"symfony/http-client": "^6.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters