• Resolved PHPascal

    (@phpascal)


    To fix a charset bug in paypal with the donation purpose texte juste add the ligne in the /views/paypal-button.php

    After : <input type=”hidden” name=”cmd” value=”_donations” />
    Add : <INPUT TYPE=”hidden” name=”charset” value=”utf-8″>

    If you use other charset (not utf-8) just put the good one

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fix charset bug encodage’ is closed to new replies.