Skip to content

Commit 44f9370

Browse files
committed
Added tag for express checkout
1 parent fc6c491 commit 44f9370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/Order/Builder/OrderPayloadBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ private function buildPaymentSource()
259259
case 'paypal':
260260
$this->payPalPaymentSourceNodeBuilder->setSavePaymentMethod($this->savePaymentMethod)
261261
->setPaypalCustomerId($this->paypalCustomerId)
262-
->setPaypalVaultId($this->paypalVaultId);
262+
->setPaypalVaultId($this->paypalVaultId)
263+
->setExpressCheckout($this->expressCheckout);
263264

264265
return $this->payPalPaymentSourceNodeBuilder->build();
265266
}

0 commit comments

Comments
 (0)