-
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
1 parent
f0023d7
commit 1804548
Showing
33 changed files
with
278 additions
and
105 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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
This changelog follows the specifications of https://keepachangelog.com. Please, follow the specs when adding a new entry | ||
|
||
## [2.0.0] - 2023-08-22 | ||
|
||
### Added | ||
|
||
- Support for Shopware 6.5.* | ||
|
||
### Changed | ||
|
||
- Refund and Capture cards on administration moved under Payment card in Details tab of the Order page | ||
|
||
### Removed | ||
|
||
- Removed support for Shopware 6.4.\*. Bug fixes for our plugin's 1.3.\* release will still be available for 6 months. | ||
|
||
## [1.3.0] - 2023-08-09 | ||
|
||
### Added | ||
|
||
- Feature to notify the existing customers when date of birth or gender fields are made required by the shop owner, while their account is missing this information. In such cases, customer will be redirected to the profile page to update their information and then proceed to checkout. This feature is not compatible with 3-step-checkout plugin in Shopware store, due to that plugin replacing the standard checkout page with a custom one. | ||
|
||
### Fixed | ||
|
||
- Fixed an issue in invoice payments where customer had no VAT IDs | ||
|
||
## [1.2.0] - 2023-07-31 | ||
|
||
### Fixed | ||
|
||
- Removal of trailing `/` character in APP_URL environment variable, in order to general webhook and return URLs correctly, when shop owner included a trailing `/` character in their domain in APP_URL. | ||
|
||
## [1.1.0] - 2023-06-19 | ||
|
||
### Added | ||
|
||
- Passing customer_id in payment requests to Better Payment API | ||
- Captures | ||
- Configuration option to automatically capture a transaction when an invoice document is created | ||
|
||
## [1.0.0] - 2023-04-17 | ||
|
||
### Added | ||
|
||
- Support Shopware 6.4.* | ||
- Credit Card Payments | ||
- SEPA Direct Debit B2C and B2B payments | ||
- Invoice B2C and B2B Payments | ||
- PayPal Payments | ||
- Sofort Payments | ||
- Paydirekt Payments | ||
- Refunds for all payment methods | ||
- Multi whitelabel(partner company) support | ||
- Risk checks, including collection and configuration of DOB and Gender fields |
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 |
---|---|---|
|
@@ -2,11 +2,26 @@ | |
|
||
This repository contains the codebase for the official Better Payment API2 plugin for Shopware 6 platform. | ||
|
||
## Wiki | ||
|
||
Navigate to [our wiki page](https://github.com/better-payment/bp-plugin-shopware6-api2/wiki) for in depth explanation of available features and configurations that our plugin offers. | ||
|
||
## Installation | ||
|
||
Currently, plugin installation can only be done manually using a ZIP file. To receive the ZIP file, please contact the payment gateway support, as it's not yet published nor planned to be published in Shopware marketplace. | ||
Currently, plugin installation can only be done manually using a ZIP file. You can download the ZIP files by going to [Github Releases](https://github.com/better-payment/bp-plugin-shopware6-api2/releases). | ||
|
||
## Shopware and plugin versioning | ||
|
||
For each Shopware minor release, we are releasing a major version. | ||
|
||
We support Shopware 6.4 and onwards. | ||
|
||
**Latest Releases for:** | ||
|
||
- Shopware 6.5.* - [Plugin Version 2.0.0](https://github.com/better-payment/bp-plugin-shopware6-api2/releases/tag/2.0.0) | ||
|
||
- Shopware 6.4.* - [Plugin Version 1.3.0](https://github.com/better-payment/bp-plugin-shopware6-api2/releases/tag/1.3.0) | ||
|
||
If you are accessing the repository through Github, please [click here](https://github.com/better-payment/bp-plugin-shopware6-api2/archive/refs/heads/main.zip) to get the latest version of the plugin. | ||
|
||
## Configuration | ||
|
||
|
@@ -25,4 +40,4 @@ If you are accessing the repository through Github, please [click here](https:// | |
|
||
## Support | ||
|
||
Regarding any feature requests or bug reports, please contact [email protected]. | ||
Regarding any feature requests or bug reports, please contact [email protected] or open an issue in our [issue board](https://github.com/better-payment/bp-plugin-shopware6-api2/issues). |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.