Skip to content

Commit d1a6860

Browse files
committed
Dollar sign, because USD.
1 parent 721116c commit d1a6860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Money/Money.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ public static function stringToUnits( $string )
281281
*/
282282
public function __toString()
283283
{
284-
return number_format($this->amount / 100, 2);
284+
return '$' . number_format($this->amount / 100, 2);
285285
}
286286
}

0 commit comments

Comments
 (0)