We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073ed28 commit 54ed9fbCopy full SHA for 54ed9fb
app/code/Magento/Paypal/Test/Unit/Model/ExpressTest.php
@@ -207,9 +207,9 @@ public function testAssignData()
207
$paymentInfo->expects(static::exactly(3))
208
->method('setAdditionalInformation')
209
->withConsecutive(
210
- [Express\Checkout::PAYMENT_INFO_TRANSPORT_TOKEN, $transportValue],
+ [Express\Checkout::PAYMENT_INFO_TRANSPORT_BILLING_AGREEMENT, $transportValue],
211
[Express\Checkout::PAYMENT_INFO_TRANSPORT_PAYER_ID, $transportValue],
212
- [Express\Checkout::PAYMENT_INFO_TRANSPORT_BILLING_AGREEMENT, $transportValue]
+ [Express\Checkout::PAYMENT_INFO_TRANSPORT_TOKEN, $transportValue]
213
);
214
215
$this->_model->assignData($data);
0 commit comments