Skip to content

Commit 0c461bb

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-89625' into 2.3-develop-pr7
2 parents 5b140fa + a6f5925 commit 0c461bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Paypal/Model/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class Config extends AbstractConfig
224224
'TWD',
225225
'THB',
226226
'USD',
227+
'INR',
227228
];
228229

229230
/**

lib/internal/Magento/Framework/DB/Sql/ConcatExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __toString()
6565
}
6666
return sprintf(
6767
'TRIM(%s)',
68-
$this->adapter->getConcatSql($columns, ' ')
68+
$this->adapter->getConcatSql($columns, $this->separator)
6969
);
7070
}
7171
}

0 commit comments

Comments
 (0)