chore: Remove unused payment method token model (#11342)

This commit is contained in:
Stevche Radevski
2025-02-06 14:57:56 +01:00
committed by GitHub
parent 7d0ba7037b
commit 9e7069cdf4
4 changed files with 14 additions and 139 deletions

View File

@@ -1,7 +1,6 @@
export { default as Capture } from "./capture"
export { default as Payment } from "./payment"
export { default as PaymentCollection } from "./payment-collection"
export { default as PaymentMethodToken } from "./payment-method-token"
export { default as PaymentProvider } from "./payment-provider"
export { default as PaymentSession } from "./payment-session"
export { default as Refund } from "./refund"