riverty logo

Docs

Get Started Login

Upgrade Magento 2 Riverty Plugin

(Back to Magento)

Introduction

Please upgrade your Riverty Plugin via 1 of the 2 below methods.

Support

If you require assistance, please contact: support@riverty.com

Method 1:

Download from Adobe

Access the Adobe marketplace to download the file directly: Adobe Riverty App

Method 2:

Via Composer Package Manager

  1. Open your command-line interface (CLI) or terminal.
  2. Navigate to the root directory of your Magento 2 store where the composer.json file is located.
  3. Run the following command to upgrade the module to latest version
composer require arvato/afterpay-magento-2-extension
  1. After running the composer require command, Composer will download and update the package/module to its latest version.
  2. Once the update is complete, you can clear the cache by running the following commands:
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento cache:flush

This will ensure that Magento recognizes the updated package/module.