How to bring payments app from "develop" to "version-15" in "About" section of the system

Hi,

I got the installation for ERPNext in the Production mode, then I started adding the other apps - payments, HRMS and India compliance after ERPNext is brought into production mode.

Now I got all the apps showing as version-15. Just that payments app is showing as “develop”. What do I need to do to get payments app as well as “version-15”.

I tried uninstalling payments app and reinstall in my site. Still it shows as “develop”.

Can you please show some path out for me - to show in the “About” link to get the payments app to come up with the “version-15” inside the brackets like the other apps as shown in the screenshot.

@gnani_sekar develop is the default branch in payments but if you want to switch install it using this command
bench --site <sitename> install-app payments --branch version-15

@bahaou Thanks for the message.

I tried that. But it gives the below message.

erpnext@ip-XXX-XX-XX-XX:~/frappe-bench$ bench --site xxxxx.xxx.xxx install-app payments --branch version-15
Usage: bench  install-app [OPTIONS] [APPS]...
Try 'bench  install-app --help' for help.

Error: No such option: --branch

@gnani_sekar sorry it’s get-app

Thank you @bahaou

Fantastic. Worked like a charm. Thanks for pointing out.