|
@@ -76,6 +76,8 @@ class PurchaseService extends BaseService
|
|
|
'floor' => $custom['floor'] ?? '',
|
|
'floor' => $custom['floor'] ?? '',
|
|
|
'fullAddress' => $custom['fullAddress'] ?? '',
|
|
'fullAddress' => $custom['fullAddress'] ?? '',
|
|
|
'showAddress' => $custom['showAddress'] ?? '',
|
|
'showAddress' => $custom['showAddress'] ?? '',
|
|
|
|
|
+ 'long' => $custom['long'] ?? '',
|
|
|
|
|
+ 'lat' => $custom['lat'] ?? '',
|
|
|
'purchaseId' => $purchaseId,
|
|
'purchaseId' => $purchaseId,
|
|
|
'sendType' => $sendType,
|
|
'sendType' => $sendType,
|
|
|
'customShopAdminId' => $shopAdminId,
|
|
'customShopAdminId' => $shopAdminId,
|