Skip to content

Commit 54ed9fb

Browse files
committed
MAGETWO-58282: [PR] Bugfixes delivery for 2.2
- Fix unit test
1 parent 073ed28 commit 54ed9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Unit/Model/ExpressTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ public function testAssignData()
207207
$paymentInfo->expects(static::exactly(3))
208208
->method('setAdditionalInformation')
209209
->withConsecutive(
210-
[Express\Checkout::PAYMENT_INFO_TRANSPORT_TOKEN, $transportValue],
210+
[Express\Checkout::PAYMENT_INFO_TRANSPORT_BILLING_AGREEMENT, $transportValue],
211211
[Express\Checkout::PAYMENT_INFO_TRANSPORT_PAYER_ID, $transportValue],
212-
[Express\Checkout::PAYMENT_INFO_TRANSPORT_BILLING_AGREEMENT, $transportValue]
212+
[Express\Checkout::PAYMENT_INFO_TRANSPORT_TOKEN, $transportValue]
213213
);
214214

215215
$this->_model->assignData($data);

0 commit comments

Comments
 (0)