i was wondering how paypal Ecc works in magento.
When i see the source of the checkout page in magento cart,i do not see a form to send the request to the paypal.
COuld some explain me how it works in magento?
Thanks
i was wondering how paypal Ecc works in magento. When i see the source
Share
The button on cart page links to the url “STORE.DOMAIN/paypal/express/start/” which is ultimately handled by
startAction()method inapp/code/core/Mage/Paypal/Controller/Express/Abstract.php. This simply builds a parametrised URL to paypal’s servers and redirects the user there.