|
|
@@ -260,11 +260,9 @@ class BagistoApiServiceProvider extends ServiceProvider
|
|
|
$this->app->singleton(SaveCheckoutCartProcessor::class, function ($app) {
|
|
|
return new SaveCheckoutCartProcessor(
|
|
|
$app->make('Webkul\CartRule\Repositories\CartRuleCouponRepository'),
|
|
|
- $app->make(GiftCardService::class),
|
|
|
- $app->make(MemberDiscountService::class),
|
|
|
- $app->make(ShippingInsuranceService::class)
|
|
|
$app->make(\Longyi\Gift\Services\GiftCardService::class),
|
|
|
$app->make(MemberDiscountService::class),
|
|
|
+ $app->make(ShippingInsuranceService::class),
|
|
|
$app->make(\Longyi\RewardPoints\Repositories\RewardPointRepository::class)
|
|
|
);
|
|
|
});
|