Closed randhipp closed 4 years ago
On Laravel if you get Non-static method Xendit\QRCode::get() should not be called statically use this method
Non-static method Xendit\QRCode::get() should not be called statically
$qr_code = new \Xendit\QRCode() $qr_code = $qr_code->get('external_123'); dd($qr_code);
Hi @randhipp actually this function being non-static is a mistake. It's backlogged here https://github.com/xendit/xendit-php/issues/103 and will be fixed soon. Thanks for raising this PR
On Laravel if you get
Non-static method Xendit\QRCode::get() should not be called statically
use this method