Change validation method to txt as in the CF API documentation + change response json file
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
"success": true,
|
||||
"errors": [],
|
||||
"messages": [],
|
||||
"result": "off"
|
||||
"result": {
|
||||
"validation_method": "txt",
|
||||
"status": "pending_validation"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user