Updating Paazl's Magento 2 extension

This article explains how to update the Paazl Checkout widget in Magento 2 from the command line using Composer.

Follow the steps below to install the Paazl Checkout widget in Magento 2.

Step 1. Run ssh console

Run your SSH Console to connect to your Magento 2 store.

Step 2. Go to root

Go to the root directory of your Magento 2 store.

Step 3. Download update

Execute the following command in your root directory:

composer update paazl/checkoutWidget

Step 4. Update extension

Execute the following commands in your root directory in the order shown:

php bin/magento setup:upgrade
php bin/magento cache:clean

If Magento 2 is running in Paazl's production environment, deploy the static content by executing the following command:

php bin/magento setup:static-content:deploy

 

Was this article helpful?