Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then save the file. After a sufficient amount of time has passed, you may change this setting back.

Info
titlePayPal Subscriptions

Do you have any active PayPal Subscriptions?

PayPal Subscriptions

If you have any active PayPal Subscriptions in WHMCS, they will not automatically work with Blesta. Beginning with Blesta 3.5, PayPal Subscriptions can be maintained by creating a redirect in your .htaccess file. At the beginning of the file, add the following:

Code Block
title.htaccess
Redirect 301 /modules/gateways/callback/paypal.php /callback/gw/1/paypal_payments_standard/

This redirect may need to be adjusted depending on your path to paypal.php in your WHMCS and your Blesta installation directory. Also, the 1 in /callback/gw/1/paypal_payments_standard/ references the company ID in Blesta. If you do not have any addon companies, then the company ID is 1.

Return to complete the Final Steps.