@axgtickets/common 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  export declare enum OrderStatus {
2
2
  Created = "created",
3
3
  Cancelled = "cancelled",
4
- AwaitingPaument = "awaiting:payment",
4
+ AwaitingPayment = "awaiting:payment",
5
5
  Complete = "complete"
6
6
  }
@@ -11,7 +11,7 @@ var OrderStatus;
11
11
  // The order expires before payment
12
12
  OrderStatus["Cancelled"] = "cancelled";
13
13
  // The order has successfully reserved the ticket
14
- OrderStatus["AwaitingPaument"] = "awaiting:payment";
14
+ OrderStatus["AwaitingPayment"] = "awaiting:payment";
15
15
  // The order has reserved the ticket and the user has
16
16
  // provided payment successfully
17
17
  OrderStatus["Complete"] = "complete";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axgtickets/common",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",