diff --git a/dist/api/charges/create/response.json b/dist/api/charges/create/response.json index a4698ef..530a31d 100644 --- a/dist/api/charges/create/response.json +++ b/dist/api/charges/create/response.json @@ -94,18 +94,6 @@ } } }, - "200_failed": { - "description": "200 Failed", - "data": { - "status": true, - "message": "Charge attempted", - "data": { - "reference": "bc9w93gh629a4d7", - "status": "failed", - "message": "Transaction declined. Please use the test card." - } - } - }, "200_bank_auth": { "description": "200 Bank Auth", "data": { diff --git a/src/api/charges/create/response.json b/src/api/charges/create/response.json index a4698ef..530a31d 100644 --- a/src/api/charges/create/response.json +++ b/src/api/charges/create/response.json @@ -94,18 +94,6 @@ } } }, - "200_failed": { - "description": "200 Failed", - "data": { - "status": true, - "message": "Charge attempted", - "data": { - "reference": "bc9w93gh629a4d7", - "status": "failed", - "message": "Transaction declined. Please use the test card." - } - } - }, "200_bank_auth": { "description": "200 Bank Auth", "data": {