See screenshot, produced by following code:
print 'We would really like a 10 yen donation ' . lm_paypal_donate(10, 'JPY', 'donation to example.com') .'<br>';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | localhost-2.jpg | 4.49 KB | lyricnz |
| #2 | lm_paypal.payment-currency.patch | 928 bytes | lyricnz |
| Blocks | localhost.jpg | 8.02 KB | lyricnz |
Comments
Comment #1
lyricnz commentedCaused by the following code:
Where $textual_currency will already contain html-entities for some currencies. Since this doesn't come from end-users, it's okay to use !currency here.
Comment #2
lyricnz commentedSee attached patch. Now output looks like attached image.
Trivial. Applyinh now.
Comment #3
lyricnz commentedApplied. Also fixed some language in the same message.
http://drupal.org/cvs?commit=192780
Comment #5
manoloka commentedI've got the exactly same problem but with Pound Sterling instead of Yen.
I'm using the latest 6 dev version (2009-Apr-08),
It doesn't seem that this patch applies here anymore.
Any suggestions?
Thanks