I am new to spryker and I want to extend this class DummyPaymentHandlerPlugin. I tried by adding the class to the factory but is not working. Can anyone help me to do this
spryker extend DummyPaymentHandlerPlugin class
52 views Asked by Dalbin Shimy At
1
Extending plugins in Spryker is possible. But instead of changing the factory method, you just have to change the use statement in the appropriate dependency provider.
In your case, it's
\Pyz\Yves\CheckoutPage\CheckoutPageDependencyProvider::extendPaymentMethodHandler: