I will create monthly subscriptnin for 5 years, How to increase default 12 instalments to 60?
Hi,
In the past 12 instalments was the maximum supported by PayPal. It seems that the limitation has been increased.
You can edit \components\com_jbusinessdirectory\classes\payment\processors\PaypalSubscriptions.php and replace $this->recur_times=12; with the number that you want to have.