Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 652885f

Browse files
Konstantin Grogyar
Konstantin G
andauthored
Update src/guides/v2.3/extension-dev-guide/price-adjustments.md
Co-authored-by: Yaroslav Rogoza <[email protected]>
1 parent b795e84 commit 652885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/price-adjustments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class Surcharge extends \Magento\Quote\Model\Quote\Address\Total\AbstractTotal
233233

234234
$amount = 0;
235235

236-
foreach($quote->getItemsCollection() as $_i){
236+
foreach ($quote->getItemsCollection() as $_i) {
237237
$amount += $_i->getQty() * \Goivvy\Review\Pricing\Adjustment::ADJUSTMENT_VALUE;
238238
}
239239

0 commit comments

Comments
 (0)