Mage_AmazonPayments_Helper_Data Class Reference
List of all members.
Detailed Description
Definition at line 35 of file Data.php.
Member Function Documentation
formatAmount |
( |
$ |
amount |
) |
|
Format amount value (2 digits after the decimal point)
- Parameters:
-
- Returns:
- float
Definition at line 43 of file Data.php.
00044 {
00045 return round($amount, 2);
00046 }
The documentation for this class was generated from the following file:
- app/code/core/Mage/AmazonPayments/Helper/Data.php