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

Error On transaction id #93

Open
yudha-dev opened this issue Jan 26, 2024 · 0 comments
Open

Error On transaction id #93

yudha-dev opened this issue Jan 26, 2024 · 0 comments

Comments

@yudha-dev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant