feat: Payment module package setup
This commit is contained in:
@@ -16,6 +16,7 @@ export * from "./logger"
|
||||
export * from "./modules-sdk"
|
||||
export * from "./pricing"
|
||||
export * from "./product"
|
||||
export * from "./payment"
|
||||
export * from "./product-category"
|
||||
export * from "./promotion"
|
||||
export * from "./region"
|
||||
@@ -25,4 +26,3 @@ export * from "./shared-context"
|
||||
export * from "./stock-location"
|
||||
export * from "./transaction-base"
|
||||
export * from "./workflow"
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from "./service"
|
||||
@@ -0,0 +1,3 @@
|
||||
import { IModuleService } from "../modules-sdk"
|
||||
|
||||
export interface IPaymentModuleService extends IModuleService {}
|
||||
Reference in New Issue
Block a user