Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -1736,7 +1736,7 @@ |
1737 | 1737 | // JPY cannot have cents. |
1738 | 1738 | $floorCurrencies = array ( 'JPY' ); |
1739 | 1739 | if ( in_array( $this->staged_data['currency_code'], $floorCurrencies ) ) { |
1740 | | - $this->staged_data['amount'] = floor( $this->staged_data['amount'] ) * 100; |
| 1740 | + $this->staged_data['amount'] = floor( $this->staged_data['amount'] ); |
1741 | 1741 | } |
1742 | 1742 | |
1743 | 1743 | $this->staged_data['amount'] = $this->staged_data['amount'] * 100; |