-
- Core

-
Total Posts: 68
Joined: 2008-03-09
|
Hi,
I’m writing a payment module that extends “Mage_Payment_Model_Method_Abstract”
Within the function getOrderPlaceRedirectUrl() I need to get some data from the payment object such as customerId, billingAddress, currencyCode etc. These are used by an XML request that I have to build and then send to the payment gateway to obtain the URL for me to redirect to. I just can’t see where the payment data is obtained from when it’s not passed in.
Any help/hints will be appreciated. Matt
|