Skip to content

Releases: spryker/dummy-marketplace-payment

0.2.6

24 Jan 10:27
Compare
Choose a tag to compare

Included commits: 0.2.5...0.2.6

Improvements

  • Fixed MerchantProductItemPaymentMethodFilterPlugin to access business models directly instead via Facade.
  • Deprecated Facade::filterPaymentMethods() method as it was meant to be internal and plugins can access now models directly.
  • Adjusted spryker/kernel dependency to access business factory access in plugins.

0.2.5

02 Nov 21:21
Compare
Choose a tag to compare

Included commits: 0.2.4...0.2.5

Improvements

  • Added PHP 8.2 support.

0.2.4

19 Sep 09:10
Compare
Choose a tag to compare

Included commits: 0.2.3...0.2.4

Fixes

  • Fixed DummyMarketplacePaymentInvoiceSubFormPlugin plugin in order to reset data for the current sub-form in case of another payment selection.

0.2.3

26 Apr 16:53
Compare
Choose a tag to compare

Included commits: 0.2.2...0.2.3

Adjustments

  • Adjusted module license.

0.2.2

25 May 07:49
Compare
Choose a tag to compare

Included commits: 0.2.1...0.2.2

Adjustments

  • Added PaymentExtension module to dependencies.

Fixes

  • Fixed incorrect behavior of MerchantProductItemPaymentMethodFilterPlugin in suite project.

0.2.1

06 Oct 12:06
Compare
Choose a tag to compare

Included commits: 0.2.0...0.2.1

Fixes

  • Disabled html5 option to prevent exception when used with format option.

0.2.0

10 Jul 11:33
Compare
Choose a tag to compare

Included commits: 0.1.0...0.2.0

Improvements

  • Introduced Item.merchantReference transfer property.
  • Removed Item.productOfferReference transfer property.
  • Introduced MerchantProductItemPaymentMethodFilterPlugin.
  • Removed MerchantProductOfferPaymentMethodFilterPlugin .
  • Adjusted DummyMarketplacePaymentFacade::filterPaymentMethods() so that now it filters out payment methods for both product offers and merchant product items.

0.1.0

07 Apr 09:26
Compare
Choose a tag to compare

Included commits: https://github.com/spryker/dummy-marketplace-payment/tree/0.1.0

Initial Release

The example of a simple invoice payment method module for the marketplace.