Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Releases: spryker/ratepay

0.3.2

06 Dec 15:56
Compare
Choose a tag to compare

Included commits: 0.3.1...0.3.2

Bugfixes

The interface for the facade was missing some methods.
Since this is now the single source of truth regarding the specifications for the facade API all facade methods must be always completely covered here.

  • The interface for the facade now contains all facade methods.

0.3.1

28 Nov 14:17
Compare
Choose a tag to compare

Included commits: 0.3.0...0.3.1

Bugfixes

  • Updated composer constraint to allow the new Product bundle version.
  • Updated composer constraint to allow the new SalesAggregator bundle version.

0.3.0

25 Nov 10:49
Compare
Choose a tag to compare

Included commits: 0.2.3...0.3.0

Improvements

  • RAYMENT_REQUEST moved from checkout preCheck to OMS
  • Discount calculation send on whole cart, not by item
  • Small fixes received from client
  • Uses Money bundle now instead of CurrencyManager

0.2.3

21 Nov 14:27
Compare
Choose a tag to compare

Included commits: 0.2.2...0.2.3

Adjustments

In newer Symfony Versions setDefaultOptions() is deprecated. To be able to work with the newer versions we added the new configureOptions() method. The old method now delegates to the new method.

  • Deprecated setDefaultOptions().
  • Added configureOptions().

0.2.2

17 Nov 11:07
Compare
Choose a tag to compare

Included commits: 0.2.1...0.2.2

Adjustments

Allowing it to work with the new Oms major release.

0.2.1

19 Aug 12:12
Compare
Choose a tag to compare

Included commits: 0.2.0...0.2.1

Bugfixes

Guzzle 3 was outdated and had security issues.

  • Guzzle HTTP usage is now updated to v6 latest.

0.2.0

15 Aug 09:13
Compare
Choose a tag to compare

Included commits: 0.1.2...0.2.0

Improvements

  • Added default theme templates.

0.1.2

18 Jul 14:23
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Changed product constraint in composer.json to include version 3.0.

0.1.1

07 Jul 13:57
Compare
Choose a tag to compare

Included commits: 0.1.0...0.1.1

Bugfixes

  • Corrected dependencies in composer.json.

0.1.0

07 Jul 12:41
Compare
Choose a tag to compare

Included commits: 0.0.0...0.1.0

Added Ratepay payment provider as payment methods to be hooked in the checkout process of Yves.