kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

paypal localization #247

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
the form send to paypal should be "localized"
in paypal.py, for example we have :
<input type="image" src="http://%(site)s/en_US/i/btn/x-click-but01.gif"
    name="submit"
    alt="Make payments with PayPal - it's fast, free and secure!" />
</form>

though French people should send something like 

<input type="image"
src="https://www.paypal.com/fr_FR/FR/i/btn/btn_cart_LG.gif" border="0"
name="submit" alt="PayPal - la solution de paiement en ligne la plus simple
et la plus sécurisée !">
<img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif"
width="1" height="1">

What version of the product are you using? On what version of Plone? How
did you install it (tarball vs buildout vs...)?

paypal 0.4.2

Please provide any additional information below.

Original issue reported on code.google.com by danielle...@gmail.com on 12 Apr 2009 at 7:42

GoogleCodeExporter commented 8 years ago

Original comment by cjj.ifpe...@gmail.com on 22 Feb 2010 at 3:32