Skip to content

Commit a5979f5

Browse files
committed
MAGETWO-48372: Billing Agreement popup doesn't appear on product page after clicking on Checkout with Express button
1 parent 82b97d3 commit a5979f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Paypal/Test/Unit/CustomerData/BillingAgreementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ protected function setUp()
6060

6161
$this->paypalData = $this->getMock(Data::class, [], [], '', false);
6262

63-
6463
$helper = new ObjectManager($this);
6564
$this->billingAgreement = $helper->getObject(
6665
BillingAgreement::class,
@@ -87,7 +86,6 @@ public function testGetSectionData()
8786
$this->assertTrue($result['askToCreate']);
8887
}
8988

90-
9189
public function testGetSectionDataNotNeedToCreateBillingAgreement()
9290
{
9391
$this->paypalData->expects($this->once())

0 commit comments

Comments
 (0)