File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33### Version 2.1.0
44
5+ - update method to get balance.
6+
7+ ### Version 2.1.0
8+
59- add message model to log message send.
610- you can link message with any notifiable model to get its messages.
711
Original file line number Diff line number Diff line change 11{
22 "name" : " bitcodesa/msegat" ,
33 "description" : " Notification Channel For Msegate msegat.com" ,
4- "version" : " 2.4 .0" ,
4+ "version" : " 2.5 .0" ,
55 "keywords" : [
66 " BitcodeSa" ,
77 " laravel" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function setRequest()
2828 public function balance ()
2929 {
3030 $ this ->setRequest ();
31- $ this ->response = $ this ->client ->post ("/ " .$ this ->end_point , $ this ->request );
32- return $ this ->response ;
31+ $ this ->response = $ this ->client ->get ("/ " .$ this ->end_point , $ this ->request );
32+ return $ this ->response -> json () ;
3333 }
3434}
You can’t perform that action at this time.
0 commit comments