@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
12 lines (11 loc) • 367 B
TypeScript
import { Template } from '@fabrix/spool-email';
export declare class Order extends Template {
created(order: any): string;
updated(order: any): string;
cancelled(order: any): string;
fulfilled(order: any): string;
failed(order: any): string;
paid(order: any): string;
partiallyPaid(order: any): string;
refunded(order: any): string;
}