Skip to content

Commit d28b20c

Browse files
Merge pull request #115 from PaystackOSS/patch-refunds
fix: url typo for shell snippet
2 parents c7e2f2b + 0d86c0d commit d28b20c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/api/refunds/retry/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const sh = `#!/bin/sh
2-
url="https://api.paystack.co/refundretry_with_customer_details/{id}"
2+
url="https://api.paystack.co/refund/retry_with_customer_details/{id}"
33
authorization="Authorization: Bearer YOUR_SECRET_KEY"
44
content_type="Content-Type: application/json"
55
data='{

dist/doc/payments/refunds/retry-refund.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const sh = `#!/bin/sh
2-
url="https://api.paystack.co/refundretry_with_customer_details/{id}"
2+
url="https://api.paystack.co/refund/retry_with_customer_details/{id}"
33
authorization="Authorization: Bearer YOUR_SECRET_KEY"
44
content_type="Content-Type: application/json"
55
data='{

src/api/refunds/retry/index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
url="https://api.paystack.co/refundretry_with_customer_details/{id}"
2+
url="https://api.paystack.co/refund/retry_with_customer_details/{id}"
33
authorization="Authorization: Bearer YOUR_SECRET_KEY"
44
content_type="Content-Type: application/json"
55
data='{

src/doc/payments/refunds/retry-refund/index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
url="https://api.paystack.co/refundretry_with_customer_details/{id}"
2+
url="https://api.paystack.co/refund/retry_with_customer_details/{id}"
33
authorization="Authorization: Bearer YOUR_SECRET_KEY"
44
content_type="Content-Type: application/json"
55
data='{

0 commit comments

Comments
 (0)