From d43bcac9d96e32d813bdfa745d019088d9e0981a Mon Sep 17 00:00:00 2001 From: michael-pkp Date: Wed, 9 Feb 2011 12:28:21 -0800 Subject: [PATCH] *6392* Character encoding not included in PayPal transaction --- plugins/paymethod/paypal/PayPalPlugin.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/paymethod/paypal/PayPalPlugin.inc.php b/plugins/paymethod/paypal/PayPalPlugin.inc.php index 461e497da..f4d1627b9 100644 --- a/plugins/paymethod/paypal/PayPalPlugin.inc.php +++ b/plugins/paymethod/paypal/PayPalPlugin.inc.php @@ -75,6 +75,7 @@ function displayPaymentForm($queuedPaymentId, &$queuedPayment) { $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(),