|
Hej!
Är det någon som har erfarenhet av Paypal Payments Standard och Magento 1.4.0.1? Jag har stött på följande två problem och hittat några svar i forumen. Vore mkt intressant att få ta del av svenska erfarenheter!
1. Invoice is pending in Magento // Betalningen bektraktas inte som Complete
------------------------------ Forum post
I dug into this issue and determined the reason why invoices were not being created for Paypal Standard on Magento 1.4.0.1: Paypal now posts back url encoded variables for the store emails. This caused the email address matching to fail. I created a small module that overrides the Mage_Paypal_Model_Ipn model: http://classyllama.com/wp-content/uploads/CLS_Paypal.tgz
Note that you also have to update the ipn address to /paypal/ipn/standard/.
from http://www.magentocommerce.com/boards/viewthread/79327/
------------------------------
2. The billing address info from Magento does not populate the Paypal fields.
------------------------------ Forum post
Obviously the info being sent to Paypal is only the shipping address. I found the file app/code/core/Mage/Paypal/Model/Direct.php and changed line 237 to getbillingaddress.
From http://www.magentocommerce.com/boards/viewthread/180332/P0/
------------------------------
Tar tacksamt emot erfarenheter, tips och idéer.
Bästa hälsningar
Jonas
|