I have a problem with order shipping addressee.
I'm using 0.8.1 version (I'm waiting 1.x to translate my code).

With my paypal express checkout module I get shipping and billing
informations, but I save only billing.
I can't find where I can save correctly the shipping contact informations

This is my code:
http://github.com/aronchi/satchmo-express-checkout/blob/master/payment/modules/paypal_express/views.py

It seems to me the error is on

pp_express_pay_ship_info_verify

that returns the contact with bill informations

first_name = response_dict["FIRSTNAME"][0]
last_name = response_dict["LASTNAME"][0]


instead of

addressee = response_dict["SHIPTONAME"][0]

But I see I can return only a contact. How and where I can write the
order.ship_addressee ??

Thanks in advance, best regards.




--
Alessandro Ronchi

http://www.soasi.com
SOASI - Sviluppo Software e Sistemi Open Source

http://hobbygiochi.com
Hobby & Giochi, l'e-commerce del divertimento

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to