telegram icon indicating copy to clipboard operation
telegram copied to clipboard

✈️ Telegram Notifications Channel for Laravel

Results 12 telegram issues
Sort by recently updated
recently updated
newest added

//OrderObserver if ($order->status === Order::STATUS_PAYMENT_VERIFY || $order->status === Order::STATUS_RECEIVED) { $statusVerification = $order->status === Order::STATUS_PAYMENT_VERIFY ? 'Butuh Verifikasi' : Order::STATUS_PAYMENT_VERIFY; $statusReceived = $order->status === Order::STATUS_RECEIVED ? 'Butuh Penerusan Dana' :...

I got error: Telegram responded with an error `400 - Bad Request: can't parse entities: Can't find end tag corresponding to start tag "i" I want to catch this error...