What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hey! I’m struggling with adding a CheckoutDependencyInjector for a new payment method. I created the

UQA25P7MG
UQA25P7MG Posts: 3 🧑🏻‍🚀 - Cadet

Hey! I’m struggling with adding a CheckoutDependencyInjector for a new payment method. I created the Yves Bundle including the CheckoutDependencyInjector as described here: https://documentation.spryker.com/tutorials/howtos/how_to_implement_prepayment/ht-implement-prepayment.htm
But the Yves bundle is ignored completely and the CheckoutDependencyInjector::inject is never called. Do I have to register it somewhere?

Comments

  • Hey! Dependency injectors were deprecated very long time ago. Unfortunately we have outdated tutorial here.
    You can add those plugins directly in \Pyz\Yves\CheckoutPage\CheckoutPageDependencyProvider

  • UQA25P7MG
    UQA25P7MG Posts: 3 🧑🏻‍🚀 - Cadet

    Our version is still working with dependency injectors 🙂 so the tutorial should still be valid for us…

  • Okay then you need to register your dependency injectors in config_default.php file. Try to find there KernelConstants::DEPENDENCY_INJECTOR_YVES
    But this is not a correct way 🙂

  • UQA25P7MG
    UQA25P7MG Posts: 3 🧑🏻‍🚀 - Cadet

    Thanks! That was actually missing!

  • Enjoy your codding with Spryker 🙂