Releases: spryker/dummy-marketplace-payment
Releases · spryker/dummy-marketplace-payment
0.2.6
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
0.2.4
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
0.2.2
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
Included commits: 0.2.0...0.2.1
Fixes
- Disabled
html5
option to prevent exception when used withformat
option.
0.2.0
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
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.