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