We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tanya, tolong berikan best practice,
Jika order_id = 00561/05/ADI-IL/24JKT, dan ini adalah ketentuan tempat bekerja, maka saat GET transaction_status seperti:
00561/05/ADI-IL/24JKT
return Transaction::status('00561/05/ADI-IL/24JKT')
pasti error, dengan response:
{ "timestamp":"2024-05-17T06:24:01.223+0000", "status":404, "error":"Not Found", "message":"Not Found", "path":"/v2/00561/05/ADI-IL/24JKT/status" }
path nya jadi tidak sesuai. Terima kasih.
Dan, jika mengguanakan Transaction::status($param), dimana $param tidak bisa menggunakan order_id, melainkan harus transaction_id
Transaction::status($param)
$param
order_id
transaction_id
The text was updated successfully, but these errors were encountered:
Ini waktu mau bikin handle Notification nya kan mas?
Notification nya
Sorry, something went wrong.
No branches or pull requests
Tanya, tolong berikan best practice,
Jika order_id =
00561/05/ADI-IL/24JKT
, dan ini adalah ketentuan tempat bekerja,maka saat GET transaction_status seperti:
pasti error, dengan response:
path nya jadi tidak sesuai. Terima kasih.
Dan, jika mengguanakan
Transaction::status($param)
, dimana$param
tidak bisa menggunakanorder_id
, melainkan harustransaction_id
The text was updated successfully, but these errors were encountered: