I am working with NopCommerce 3.0 and I am trying to get the recurring billing to work...I have been trying all week and I am still working on this...I have Paypal Pro setup and I have enabled the IPN and I have tried this, http://www.yourStore.com/Plugins/PaymentPayPalDirect/IPNHandler. All seemed to work, in sandbox I could see payments being processed and I then tried a product with recurring billing, the inital order went through but then the automatic rebill went through on the Paypal side but nothing was ever generated in NopCommerce or a new order/ order receipt was not generated and sent. This may have happened before I had initated the IPN...In the latest test that I received this morning was the inital order that I submitted yesterday and this showed up in paypal and order was generated. This morning, I received the automatic order creation sent via paypal. New order was created and sent via paypal to NopCommerce, which was great. I then checked Paypal and the new order and funds were not listed or generated anywhere in paypal...so what I wanted was working in that the automatic orders were being created and processed but no charge was being made in paypal. In the logs I found IPN Order Not Found error...Currently I am testing the IPN as http://www.yourStore.com, not sure if this is correct or not...The other item I have found is that with the recurring billing is that the status all say pending and the status is not automatically updated, is this something that we need to change manually or will this also be updated automatically....if there is a certain path I need to specify for IPN, please let me know as when I look /Plugins/PaymentPayPalDirect/ I do not see anyfile or ducumentation for IPN or IPN Handler...
Thanks