UNPKG

wallee

Version:
12 lines (11 loc) 559 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShopifyTransactionState = void 0; var ShopifyTransactionState; (function (ShopifyTransactionState) { ShopifyTransactionState["PENDING"] = "PENDING"; ShopifyTransactionState["AUTHORIZED"] = "AUTHORIZED"; ShopifyTransactionState["COMPLETED"] = "COMPLETED"; ShopifyTransactionState["FAILED"] = "FAILED"; ShopifyTransactionState["CONFLICTING"] = "CONFLICTING"; })(ShopifyTransactionState || (exports.ShopifyTransactionState = ShopifyTransactionState = {}));