thenbrent / paypal-digital-goods

The missing PayPal Digital Goods PHP library. Discontinued - PayPal no longer offer the Digital Goods product.
Other
121 stars 38 forks source link

Add incontext_url option to define if the checkout must be done in the Paypal incontext popup #11

Closed fenixkim closed 11 years ago

fenixkim commented 11 years ago

If you want to get the checkout without the Paypal incontext popup you must set the incontex_url property to no:

PayPal_Digital_Goods_Configuration::incontext_url('no'); 
thenbrent commented 11 years ago

Nice one thanks @fenixkim! :)