fix: jsdoc
This commit is contained in:
@@ -32,6 +32,7 @@ class CartService extends BaseService {
|
|||||||
paymentSessionRepository,
|
paymentSessionRepository,
|
||||||
inventoryService,
|
inventoryService,
|
||||||
RMAShippingOptionRepository,
|
RMAShippingOptionRepository,
|
||||||
|
swapRepository,
|
||||||
}) {
|
}) {
|
||||||
super()
|
super()
|
||||||
|
|
||||||
@@ -86,6 +87,7 @@ class CartService extends BaseService {
|
|||||||
/** @private @const {InventoryService} */
|
/** @private @const {InventoryService} */
|
||||||
this.inventoryService_ = inventoryService
|
this.inventoryService_ = inventoryService
|
||||||
|
|
||||||
|
/** @private @const {RMAShippingOptionRepository} */
|
||||||
this.rmaShippingOptionRepository_ = RMAShippingOptionRepository
|
this.rmaShippingOptionRepository_ = RMAShippingOptionRepository
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user