# Version 6.2.0 - 6.2.2 ## Learn how to update your OXID version 6.2.0, 6.2.1 and 6.2.2 1. Visit your OXID backend and navigate to **Extensions > Modules > Ratepay > Root** to **deactivate** your current Ratepay Payment Plugin 2. Remove the folder **pi** which you can find in `{shop-root}/source/modules/` 3. Navigate to `{shop-root}/var/configuration/shops` 4. Edit the yaml-files and remove all entries for the Ratepay payment extension - For the editions CE and PE there should be one yaml-file only - When using an EE edition you will find one yaml-file for each of your shops 5. Connect via ssh to the server where you find your shop installation and it's **vendor** folder. 6. Execute the following command to adapt the changed configuration: ```php vendor/bin/oe-console oe:module:apply-configuration ``` 7. Install the Ratepay Payment Plugin by executing the following command: ```php composer require ratepay/oxid6-payment ``` 8. Visit your OXID Shop backend and navigate to **Extensions > Modules > Ratepay > Root** to **activate** your all new plugin. 9. Visit your OXID Shop backend and navigate to **Shop Settings > Payment Methods** to **activate** your Ratepay payment methods. Go to [Ratepay Setting](/docs/developer/shop_modules/oxid/get_started/ratepay_settings)