I am trying to do a little modification on PayPal payment plugin ,so for testing purposes
I need to fake a payment confirmation notification. I pasted this line into the address bar:
index.php?option=com_hikashop&ctrl=checkout&task=notify¬if_payment=paypal&tmpl=component&lang=he&Itemid=135
this just took me to my homepage ,and nothing else the order wasn't confirmed.
What does the
mean? in paypal.php onAfterOrderConfirmation()
And if this function should be triggered after order confirmation how is it that in this function the notify_url is configured?
I please want to know what gets triggered first when receiving payment notify from PayPal ,and how does the plugin tell that this notify is from PayPal and not fake!
Also I know that order status change email to the customer is sent from order.php save() , where is the created and changed order email to the webmaster is sent?
Thanks a million.