Skip to content

Commit 0bcd062

Browse files
fix cURL code snippet
1 parent b8c64f9 commit 0bcd062

File tree

1 file changed

+1
-1
lines changed
  • src/api/dedicated-virtual-account/assign

1 file changed

+1
-1
lines changed

src/api/dedicated-virtual-account/assign/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/dedicated_account"
2+
url="https://api.paystack.co/dedicated_account/assign"
33
authorization="Authorization: Bearer YOUR_SECRET_KEY"
44
content_type="Content-Type: application/json"
55
data='{

0 commit comments

Comments
 (0)