Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
HugoRustenholz
LydiaPaymentBasic
Commits
859bd516
Commit
859bd516
authored
Aug 14, 2022
by
RUSTENHOLZ Hugo
🍺
Browse files
remove useless log
parent
06b34dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.js
View file @
859bd516
...
...
@@ -23,7 +23,7 @@ function createRequest(data) {
"
order_ref
"
:
uuid
,
"
callback_url
"
:
"
https://www.enib.fr/
"
}
console
.
log
(
param
)
needle
(
'
post
'
,
paymentHost
+
"
/api/request/do.json
"
,
param
,
{
multipart
:
true
})
.
then
((
res
)
=>
{
console
.
log
(
`Status:
${
res
.
statusCode
}
`
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment