We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eb31e commit 1711b62Copy full SHA for 1711b62
dist/doc/terminal/virtual-terminal/create-virtual-terminal.js
@@ -69,15 +69,15 @@ const php = `<?php
69
?>
70
`
71
72
-const sh = `curl "https://api.paystack.co/virtual_terminal" \
73
--H "Authorization: Bearer YOUR_SECRET_KEY" \
74
--H "Content-Type: application/json" \
+const sh = `curl "https://api.paystack.co/virtual_terminal"
+-H "Authorization: Bearer YOUR_SECRET_KEY"
+-H "Content-Type: application/json"
75
-d '{
76
"name": "Sales Point #1",
77
"destinations": [
78
{"target": "+2347081234567"}
79
]
80
-}' \
+}'
81
-X POST`
82
83
const json = `{
0 commit comments