OpenBuildings / paypal

PayPal SDK for ExpressCheckout and AdaptivePayments.
Other
29 stars 24 forks source link

Real life handling of the ExpressCheckout #11

Closed boryn closed 10 years ago

boryn commented 10 years ago

In ExpressCheckout mode there are no shipment costs and order items must be specified (even when doing do_express_checkout_payment()). I made some changes to the order, $params building and gave more infromation in the example.

PS. I also think the address 'www.paypal.com/incontext?token=' at which user is redirected after calling $express_checkout->set_express_checkout() should also be set as a constant in Payment class.

hkdobrev commented 10 years ago

@boryn Thank you for your work! Especially the documentation fixes! Could you address the inline comments?

hkdobrev commented 10 years ago

Closing this one in favour of #12.