Skip to content

Commit 1711b62

Browse files
committed
build changes
1 parent c6eb31e commit 1711b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/doc/terminal/virtual-terminal/create-virtual-terminal.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ const php = `<?php
6969
?>
7070
`
7171

72-
const sh = `curl "https://api.paystack.co/virtual_terminal" \
73-
-H "Authorization: Bearer YOUR_SECRET_KEY" \
74-
-H "Content-Type: application/json" \
72+
const sh = `curl "https://api.paystack.co/virtual_terminal"
73+
-H "Authorization: Bearer YOUR_SECRET_KEY"
74+
-H "Content-Type: application/json"
7575
-d '{
7676
"name": "Sales Point #1",
7777
"destinations": [
7878
{"target": "+2347081234567"}
7979
]
80-
}' \
80+
}'
8181
-X POST`
8282

8383
const json = `{

0 commit comments

Comments
 (0)