File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
doc/payments/refunds/retry-refund Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11const 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}"
33authorization="Authorization: Bearer YOUR_SECRET_KEY"
44content_type="Content-Type: application/json"
55data='{
Original file line number Diff line number Diff line change 11const 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}"
33authorization="Authorization: Bearer YOUR_SECRET_KEY"
44content_type="Content-Type: application/json"
55data='{
Original file line number Diff line number Diff line change 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}"
33authorization=" Authorization: Bearer YOUR_SECRET_KEY"
44content_type=" Content-Type: application/json"
55data=' {
Original file line number Diff line number Diff line change 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}"
33authorization=" Authorization: Bearer YOUR_SECRET_KEY"
44content_type=" Content-Type: application/json"
55data=' {
You can’t perform that action at this time.
0 commit comments