From b2fe12ac1e9fade0d3bed8b25841c8295f969a5a Mon Sep 17 00:00:00 2001 From: tolu-paystack Date: Tue, 25 Mar 2025 15:58:32 +0100 Subject: [PATCH 1/2] remove 200 failed response from create charge --- src/api/charges/create/response.json | 12 ------------ 1 file changed, 12 deletions(-) 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": { From 27acb24be62a72b6287af0ecc4aa9af16def9cdb Mon Sep 17 00:00:00 2001 From: tolu-paystack Date: Thu, 27 Mar 2025 10:18:04 +0100 Subject: [PATCH 2/2] build changes --- dist/api/charges/create/response.json | 12 ------------ 1 file changed, 12 deletions(-) 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": {