Releases: spryker-eco/payone
4.0.1
Included commits: 4.0.0...4.0.1
Fixes
- Adjusted
schema.xml
to use INTEGER type for columns instead ofBIGINT
.
4.0.0
Included commits: 3.1.0...4.0.0
Improvements
- Introduced a partial capture feature.
- Introduced state machine examples with partial operations for CreditCard and OnlineTransfer methods.
- Adjusted CreditCard frontend integration to use card type from Payone.
- Adjusted tables definition with performance improvements (indexes, column types).
3.1.0
Included commits: 3.0.1...3.1.0
Improvements
Adjusted this module to allow new spryker/shipment: "^8.0.0"
, spryker/sales: "^11.0.0"
, spryker/oms: "^11.0.0"
and spryker/payment: "^5.0.0"
versions.
3.0.1
Included commits: 3.0.0...3.0.1
Bugfixes
- Removed unsupported dependency to "spryker/shipment": "^8.0.0"
3.0.0
2.3.0
Included commits: 2.2.5...2.3.0
Bugfixes
This change accounts for expenses other than a shipment that might be added to order such a payment fee or any other handling fee, so the amount and item sum match.
Such expenses are included on the request as handling type as PayOne only have 4 types (item, voucher, discount and handling).
2.2.5
Included commits: 2.2.4...2.2.5
Bugfixes
When cancelling an order position an exception occurs because the payment is captured again and the CancelCommand does not set the order transfer object.
2.2.4
Included commits: 2.2.3...2.2.4
Improvements
- Deprecated
PayoneControllerProvider
. - Introduced
PayoneRouteProviderPlugin
to add Payone specific routes in route collection.
Bugfixes
- Adjusted
IndexController::getFileAction()
to fix undefined method usage. - Adjusted
config_dist
file with correct url example.
2.2.3
2.2.2
Included commits: 2.2.1...2.2.2
Bugfixes
- Use correct transfer object as param for EWallet payment method