Changeset 2174685
- Timestamp:
- 10/17/2019 06:29:42 AM (6 years ago)
- File:
-
- 1 edited
-
platon-pay/trunk/inc/order-processing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platon-pay/trunk/inc/order-processing.php
r2171607 r2174685 46 46 $resultInfo['id_shortcode'] = $result->id_shortcode; 47 47 } 48 $newPriceFormat = number_format($resultInfo["price"], 2 );48 $newPriceFormat = number_format($resultInfo["price"], 2, '.', ''); 49 49 50 50
Note: See TracChangeset
for help on using the changeset viewer.