But i get 404 - Not found when using it. I figured out /callback/gw/1/paypal_payments_standard/ doesn't exist on my installation.
Buti could find components/gateways/nonmerchant/paypal_payments_standard/ so i wonder if the following is correct to use?
Question
fossxplorer
I followed the WHMCS import doc and did a rewrite according to
In Nginx this translates into:
rewrite ^/modules/gateways/callback/paypal.php$ /callback/gw/1/paypal_payments_standard/ last;
But i get 404 - Not found when using it. I figured out /callback/gw/1/paypal_payments_standard/ doesn't exist on my installation.
Buti could find components/gateways/nonmerchant/paypal_payments_standard/ so i wonder if the following is correct to use?
rewrite ^/modules/gateways/callback/paypal.php$ /components/gateways/nonmerchant/paypal_payments_standard/
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.