]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-funcoins.php
We require FAILED, sorry folks
[mailer.git] / inc / extensions / ext-funcoins.php
index 13f20a0dae9865d974641b57007c583fab36cd06..638a5b161e35b7652ffeda67d084cbbfefe1da6b 100644 (file)
@@ -63,7 +63,7 @@ switch (getExtensionMode()) {
 `funcoins_account` VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'FunCoins account',
 `funcoins_amount` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000 COMMENT 'Transfered amount',
 `funcoins_timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Booking timestamp',
-`funcoins_type` ENUM('WITHDRAW','PAYOUT') NOT NULL DEFAULT 'PAYOUT' COMMENT 'Transaction type',
+`funcoins_type` ENUM('WITHDRAW','PAYOUT','FAILED') NOT NULL DEFAULT 'FAILED' COMMENT 'Transaction type',
 `fucoins_tan` VARCHAR(255) NULL DEFAULT NULL COMMENT 'TAN from API',
 `funcoins_api_response` TINYTEXT COMMENT 'Clear text API response (only for debugging)',
 `funcoins_api_status` INT(4) NULL DEFAULT NULL COMMENT 'Status code from API',