Upgrade Magento 2 Riverty Plugin
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: Upgrade Module via Composer Package Manager
- Open your command-line interface (CLI) or terminal.
- Navigate to the root directory of your Magento 2 store where the composer.json file is located.
- Run the following command to upgrade the module to latest version
composer require arvato/afterpay-magento-2-extension
- After running the composer require command, Composer will download and update the package/module to its latest version.
- 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.