Skip to content

Releases: spryker-eco/payone

4.0.1

25 Jun 08:38
e1a92df
Compare
Choose a tag to compare

Included commits: 4.0.0...4.0.1

Fixes

  • Adjusted schema.xml to use INTEGER type for columns instead of BIGINT.

4.0.0

22 Jun 14:07
19a5f75
Compare
Choose a tag to compare

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

13 Jan 13:34
6efb711
Compare
Choose a tag to compare

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

03 Dec 16:02
61e200a
Compare
Choose a tag to compare

Included commits: 3.0.0...3.0.1

Bugfixes

  • Removed unsupported dependency to "spryker/shipment": "^8.0.0"

3.0.0

02 Dec 13:51
cc83322
Compare
Choose a tag to compare

Included commits: 2.3.0...3.0.0

Improvements

  • Introduced partial refund feature.

2.3.0

02 Dec 12:31
bb9cd27
Compare
Choose a tag to compare

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

02 Dec 10:28
17985ba
Compare
Choose a tag to compare

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

13 Nov 13:49
05b9ac2
Compare
Choose a tag to compare

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

06 Nov 13:09
7717d7f
Compare
Choose a tag to compare

Included commits: 2.2.2...2.2.3

Bugfixes

  • Fixed configuration example
  • Fixed templates namings

2.2.2

06 Nov 11:12
1dd4bd6
Compare
Choose a tag to compare

Included commits: 2.2.1...2.2.2

Bugfixes

  • Use correct transfer object as param for EWallet payment method