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='{