fix: Add tax repo to withTransaction in region service (#1126)
This commit is contained in:
committed by
GitHub
parent
806c42650c
commit
549ad3b907
@@ -76,6 +76,7 @@ class RegionService extends BaseService {
|
||||
eventBusService: this.eventBus_,
|
||||
paymentProviderRepository: this.paymentProviderRepository_,
|
||||
paymentProviderService: this.paymentProviderService_,
|
||||
taxProviderRepository: this.taxProviderRepository_,
|
||||
taxProviderService: this.taxProviderService_,
|
||||
fulfillmentProviderRepository: this.fulfillmentProviderRepository_,
|
||||
fulfillmentProviderService: this.fulfillmentProviderService_,
|
||||
|
||||
Reference in New Issue
Block a user