@favid-inc/api
Advanced tools
Comparing version 4.4.7 to 4.4.8
@@ -62,3 +62,3 @@ import { Address } from "../address"; | ||
PROCESSING = "processing", | ||
REFOUNDED = "refounded", | ||
REFUNDED = "refunded", | ||
REFUSED = "refused", | ||
@@ -65,0 +65,0 @@ WAITING_PAYMENT = "waiting_payment" |
@@ -9,3 +9,3 @@ "use strict"; | ||
TransactionStatus["PROCESSING"] = "processing"; | ||
TransactionStatus["REFOUNDED"] = "refounded"; | ||
TransactionStatus["REFUNDED"] = "refunded"; | ||
TransactionStatus["REFUSED"] = "refused"; | ||
@@ -12,0 +12,0 @@ TransactionStatus["WAITING_PAYMENT"] = "waiting_payment"; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "4.4.7", | ||
"version": "4.4.8", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
89223