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

Argument to localize the payment button #8

Closed doup closed 11 years ago

doup commented 11 years ago

This adds a new argument to ::get_buy_button() so that we can have localized buttons. Just pass a 'locale' argument:

$button = $paypalPurchase->get_buy_button(array('locale' => 'fr_FR'));
echo $paypalPurchase->print_buy_button(array('locale' => 'es_ES'));
thenbrent commented 11 years ago

@doup nice one thanks!