Fix for PayPal
This commit is contained in:
parent
baa715df62
commit
ab2c819423
1 changed files with 2 additions and 1 deletions
|
|
@ -313,7 +313,8 @@ class BasePaymentDriver
|
|||
if ($this->isGateway(GATEWAY_SAGE_PAY_DIRECT) || $this->isGateway(GATEWAY_SAGE_PAY_SERVER)) {
|
||||
$items = null;
|
||||
} else {
|
||||
$items = $this->paymentItems();
|
||||
//$items = $this->paymentItems();
|
||||
$items = null;
|
||||
}
|
||||
$response = $gateway->purchase($data)
|
||||
->setItems($items)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue