From 0d86c0d95cbca63b73be76b69869a15b962f7b45 Mon Sep 17 00:00:00 2001 From: Damilola Odujoko Date: Thu, 16 Oct 2025 15:44:07 +0100 Subject: [PATCH] fix: url typo for shell snippet --- dist/api/refunds/retry/requests.js | 2 +- dist/doc/payments/refunds/retry-refund.js | 2 +- src/api/refunds/retry/index.sh | 2 +- src/doc/payments/refunds/retry-refund/index.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/api/refunds/retry/requests.js b/dist/api/refunds/retry/requests.js index ac40aa8..e68b711 100644 --- a/dist/api/refunds/retry/requests.js +++ b/dist/api/refunds/retry/requests.js @@ -1,5 +1,5 @@ const sh = `#!/bin/sh -url="https://api.paystack.co/refundretry_with_customer_details/{id}" +url="https://api.paystack.co/refund/retry_with_customer_details/{id}" authorization="Authorization: Bearer YOUR_SECRET_KEY" content_type="Content-Type: application/json" data='{ diff --git a/dist/doc/payments/refunds/retry-refund.js b/dist/doc/payments/refunds/retry-refund.js index f1000c0..0eb8a8a 100644 --- a/dist/doc/payments/refunds/retry-refund.js +++ b/dist/doc/payments/refunds/retry-refund.js @@ -1,5 +1,5 @@ const sh = `#!/bin/sh -url="https://api.paystack.co/refundretry_with_customer_details/{id}" +url="https://api.paystack.co/refund/retry_with_customer_details/{id}" authorization="Authorization: Bearer YOUR_SECRET_KEY" content_type="Content-Type: application/json" data='{ diff --git a/src/api/refunds/retry/index.sh b/src/api/refunds/retry/index.sh index 0a96669..6e3b515 100644 --- a/src/api/refunds/retry/index.sh +++ b/src/api/refunds/retry/index.sh @@ -1,5 +1,5 @@ #!/bin/sh -url="https://api.paystack.co/refundretry_with_customer_details/{id}" +url="https://api.paystack.co/refund/retry_with_customer_details/{id}" authorization="Authorization: Bearer YOUR_SECRET_KEY" content_type="Content-Type: application/json" data='{ diff --git a/src/doc/payments/refunds/retry-refund/index.sh b/src/doc/payments/refunds/retry-refund/index.sh index 0a96669..6e3b515 100644 --- a/src/doc/payments/refunds/retry-refund/index.sh +++ b/src/doc/payments/refunds/retry-refund/index.sh @@ -1,5 +1,5 @@ #!/bin/sh -url="https://api.paystack.co/refundretry_with_customer_details/{id}" +url="https://api.paystack.co/refund/retry_with_customer_details/{id}" authorization="Authorization: Bearer YOUR_SECRET_KEY" content_type="Content-Type: application/json" data='{