midtrans-php icon indicating copy to clipboard operation
midtrans-php copied to clipboard

Error On transaction id

Open yudha-dev opened this issue 2 years ago • 0 comments

public function __construct($input_source = "php://input") { $raw_notification = json_decode(file_get_contents($input_source), true); $status_response = Transaction::status($raw_notification['transaction_id']); $this->response = $status_response; }

if i change transaction_id with order_id this not error?? this bug or im missing on callback

yudha-dev avatar Jan 26 '24 18:01 yudha-dev