Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Patch 1] PHP language coding for my-order-history #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update my-order-history.php
  • Loading branch information
pensopha authored Nov 12, 2021
commit ae3c92e5d22f0131da001c13cb4ee8d8b3a58f94
2 changes: 1 addition & 1 deletion sample/php/my-order-history.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$key = ''; //Fill in your key
$secret_key = ''; Fill in your secret key
$secret_key = ''; //Fill in your secret key
$API_HOST = 'https://api.bitkub.com';
// Step 1 : Request server time API
$ch1 = curl_init();
Expand Down