Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*6392* Character encoding not included in PayPal transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelczak committed Aug 12, 2011
1 parent a9eaa09 commit d43bcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/paymethod/paypal/PayPalPlugin.inc.php
Expand Up @@ -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(),
Expand Down

0 comments on commit d43bcac

Please sign in to comment.