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.
2 parents 57f958d + c6b4d96 commit 37dfff9Copy full SHA for 37dfff9
src/Omnipay/Common/Message/AbstractRequest.php
@@ -169,7 +169,7 @@ public function getAmount()
169
$this->getCurrencyDecimalPlaces() > 0 &&
170
false === strpos((string) $amount, '.')) {
171
throw new InvalidRequestException(
172
- 'Please specify amount as a string or float, ' +
+ 'Please specify amount as a string or float, ' .
173
'with decimal places (e.g. \'10.00\' to represent $10.00).'
174
);
175
}
0 commit comments