Skip to content

Commit 595ddd7

Browse files
committed
MAGETWO-50288: Pull request support
1 parent 7544b5a commit 595ddd7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/in-context/express-checkout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ define(
4242
function (response) {
4343
if (response && response.token) {
4444
paypalExpressCheckout.checkout.startFlow(response.token);
45+
4546
return;
4647
}
4748

app/code/Magento/Quote/Model/Quote/Address.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ public function requestShippingRates(\Magento\Quote\Model\Quote\Item\AbstractIte
10091009
if ($item) {
10101010
$item->setBaseShippingAmount($rate->getPrice());
10111011
} else {
1012-
/**
1012+
10131013
/** @var \Magento\Quote\Model\Quote $quote */
10141014
$quote = $this->getQuote();
10151015
$amountPrice = $quote->getStore()
@@ -1028,6 +1028,7 @@ public function requestShippingRates(\Magento\Quote\Model\Quote\Item\AbstractIte
10281028
}
10291029

10301030
/******************************* Total Collector Interface *******************************************/
1031+
10311032
/**
10321033
* Get address totals as array
10331034
*
@@ -1302,6 +1303,7 @@ public function getSubtotalWithDiscount()
13021303
}
13031304

13041305
//@codeCoverageIgnoreStart
1306+
13051307
/**
13061308
* Get all total amount values
13071309
*

0 commit comments

Comments
 (0)