|
|
|
@ -24,6 +24,7 @@ use App\Model\v3\UserAddress; |
|
|
|
use App\Service\v3\Interfaces\CouponRecServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\CouponServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\DeliveryMoneyServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\DistributionPriceServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\GoodsActivityServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\GoodsServiceInterface; |
|
|
|
use App\Service\v3\Interfaces\PaymentServiceInterface; |
|
|
|
@ -48,7 +49,7 @@ class OrderOnlineService implements OrderOnlineServiceInterface |
|
|
|
|
|
|
|
/** |
|
|
|
* @Inject |
|
|
|
* @var DeliveryMoneyServiceInterface |
|
|
|
* @var DistributionPriceServiceInterface |
|
|
|
*/ |
|
|
|
protected $deliveryService; |
|
|
|
|
|
|
|
|