feat : sts
This commit is contained in:
@@ -138,7 +138,7 @@ class OptionalListService extends BaseService
|
||||
foreach ($onePurchaseSkuIds as $skuId) {
|
||||
$onePurchaseSkuList[] = $skuList[$skuId];
|
||||
$onePurchaseSkuPrice = bcadd((string)$onePurchaseSkuPrice, (string)$skuList[$skuId]['price'], 2);
|
||||
$onePurchaseSkuNames[] = $skuList[$skuId]['name'] ?? '';
|
||||
$onePurchaseSkuNames[] = $skuList[$skuId]['title'] ?? '';
|
||||
}
|
||||
|
||||
$one['purchase_sku_list'] = $onePurchaseSkuList;
|
||||
|
||||
Reference in New Issue
Block a user