VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: microtribe on March 31, 2016, 17:32:55 PM

Title: Callback from Paypal - Cloudflare Problem
Post by: microtribe on March 31, 2016, 17:32:55 PM
I'm trying to solve a problem using Cloudflare with VM. Some Paypal transactions don't get confirmed. I'm assuming this is a caching problem because some transactions do get confirmed. I was asked if the callback from PayPal goes to a certain location so I can set up a page rule to not cache that location. Can someone tell me if there is one callback location for every transaction, or is each one unique?

By the way, this is not the IP error that requires mod_cloudflare to be installed on the server. That is already installed and working. Thanks.
Title: Re: Callback from Paypal - Cloudflare Problem
Post by: GJC Web Design on March 31, 2016, 20:41:16 PM
IPN calls always go -> http://www.xxxx.xxx/index.php?option=com_virtuemart&view=vmplg&task=notify&tmpl=component......

don't know if you can allow partial urls
Title: Re: Callback from Paypal - Cloudflare Problem
Post by: microtribe on March 31, 2016, 20:54:55 PM
Thanks John!