when using the palpay method, it use the before_process method , it will check the $_GET['referer'] .but I can not find this nowhere.
anyone can tell me where is it defined?
![]()
when using the palpay method, it use the before_process method , it will check the $_GET['referer'] .but I can not find this nowhere.
anyone can tell me where is it defined?
![]()
Using my admin's Tools->Developers Tool Kit and searching for referer in all catalog files produced this result:
Code:C:/xampp/htdocs/v_150/includes/modules/payment/paypal.php Line #201 : 'return' => zen_href_link(FILENAME_CHECKOUT_PROCESS, 'referer=paypal', 'SSL'), Line #328 : if (isset($_GET['referer']) && $_GET['referer'] == 'paypal') {
You should be using Express Checkout instead of IPN/WebsitePaymentsStandard.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.