Skip to content

Commit c6eb31e

Browse files
committed
fix newline in create vt code snippet
1 parent 7e622a2 commit c6eb31e

File tree

1 file changed

+4
-4
lines changed
  • src/doc/terminal/virtual-terminal/create-virtual-terminal

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
curl "https://api.paystack.co/virtual_terminal" \
2-
-H "Authorization: Bearer YOUR_SECRET_KEY" \
3-
-H "Content-Type: application/json" \
1+
curl "https://api.paystack.co/virtual_terminal"
2+
-H "Authorization: Bearer YOUR_SECRET_KEY"
3+
-H "Content-Type: application/json"
44
-d '{
55
"name": "Sales Point #1",
66
"destinations": [
77
{"target": "+2347081234567"}
88
]
9-
}' \
9+
}'
1010
-X POST

0 commit comments

Comments
 (0)