diff --git a/plugins/paymethod/paypal/PayPalPlugin.inc.php b/plugins/paymethod/paypal/PayPalPlugin.inc.php index 8141d9a..ac0659d 100644 --- a/plugins/paymethod/paypal/PayPalPlugin.inc.php +++ b/plugins/paymethod/paypal/PayPalPlugin.inc.php @@ -75,6 +75,7 @@ class PayPalPlugin extends PaymethodPlugin { $user =& Request::getUser(); $params = array( + 'charset' => Config::getVar('i18n', 'client_charset'), 'business' => $this->getSetting($schedConf->getConferenceId(), $schedConf->getId(), 'selleraccount'), 'item_name' => $queuedPayment->getDescription(), 'amount' => $queuedPayment->getAmount(),