add payment method
This commit is contained in:
@@ -541,7 +541,7 @@ function ProductSell(o){
|
||||
function normalizePrice( price ){
|
||||
var result;
|
||||
// result = hufRound(price);
|
||||
return result;
|
||||
return price;
|
||||
}
|
||||
|
||||
function hufRound(x)
|
||||
|
||||
Reference in New Issue
Block a user