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..

Hi, is there something available for version 5.0?

UK7KBE2JW
UK7KBE2JW Posts: 463 🧑🏻‍🚀 - Cadet

Hi, is there something available for version 5.0? https://documentation.spryker.com/v2/docs/mg-payment

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Clarifying with our documentation team as internal article is marked as published.

  • UK7KBE2JW
    UK7KBE2JW Posts: 463 🧑🏻‍🚀 - Cadet

    so it will be available soon?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited February 2020
    To upgrade to the new version of the module, do the following:
    
    1. Upgrade the Payment module to the new version:
    `composer require spryker/payment:"^5.0.0" --update-with-dependencies`
    
    2. Prepare database entity schema for each store in the system:
    `APPLICATION_STORE=DE console propel:schema:copy`
    `APPLICATION_STORE=US console propel:schema:copy`
    
    3. Run the database migration:
    `console propel:install`
    `console transfer:generate`
    
    4. The `SalesPaymentMethodTypeInstallerPlugin` plugin was removed, please use `PaymentDataImport` module instead.
    
    5. The `PaymentConfig::getSalesPaymentMethodTypes()` config method was removed, please use the `PaymentDataImport` module instead.
    
  • UK7KBE2JW
    UK7KBE2JW Posts: 463 🧑🏻‍🚀 - Cadet

    ok thank you 🙂

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited February 2020

    So it's just not perfect search in the documentation portal. https://documentation.spryker.com/docs/mg-payment#upgrading-from-version-4---to-version-5-0-0

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    It depends on the version selected in the right top corner. Not obvious for me either. 🙂