Skip to content

Commit 37dfff9

Browse files
committed
Merge pull request #77 from winzou/patch-1
Fix concatenation typo
2 parents 57f958d + c6b4d96 commit 37dfff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Common/Message/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function getAmount()
169169
$this->getCurrencyDecimalPlaces() > 0 &&
170170
false === strpos((string) $amount, '.')) {
171171
throw new InvalidRequestException(
172-
'Please specify amount as a string or float, ' +
172+
'Please specify amount as a string or float, ' .
173173
'with decimal places (e.g. \'10.00\' to represent $10.00).'
174174
);
175175
}

0 commit comments

Comments
 (0)