Skip to content

Commit

Permalink
Put the site title as a item description
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Oct 23, 2018
1 parent 9ac14eb commit e2d7f64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

$invoiceNumber = uniqid();

$payment = $plugin->setUpPayment($invoiceNumber, $objS->RedirectURL, $objS->CancelURL, $_POST['value'], $objS->currency);
$payment = $plugin->setUpPayment($invoiceNumber, $objS->RedirectURL, $objS->CancelURL, $_POST['value'], $objS->currency, $config->getWebSiteTitle()." Payment");

if (!empty($payment)) {
$obj->error = false;
Expand Down

0 comments on commit e2d7f64

Please sign in to comment.