fix(utils): export payment events in core flows events (#12636)
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
export const PaymentEvents = {
|
||||
CAPTURED: "payment.captured",
|
||||
REFUNDED: "payment.refunded",
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
export * from "./abstract-payment-provider"
|
||||
export * from "./events"
|
||||
export * from "./payment-collection"
|
||||
export * from "./payment-session"
|
||||
export * from "./webhook"
|
||||
|
||||
Reference in New Issue
Block a user