Commit 27068d05 authored by Kulya's avatar Kulya 😊

Update Billz Price Field1

parent 0c961649
......@@ -364,6 +364,8 @@ class AloVoiceRest
return false;
}
BillzRest::setLog($data, "Processing Product:");
$conf = self::get_billzconf();
$priceType = 2;
......@@ -472,7 +474,7 @@ class AloVoiceRest
[
"catalogGroupId" => $priceType,
"currency" => $currency,
"price" => $data["price"],
"price" => (!empty($data["price"])) ? $data["price"] : $data["retailPriceUzs"],
]
]
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment