Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 11, 2020
2 parents c97c76d + 6d8772e commit a5c463a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ For using nagad-api in your application just follow below code.
NAGAD_APP_TIMEZONE = Asia/Dhaka

<pre>

use NagadApi\Base;
use NagadApi\Helper;
use NagadApi\RequestHandler;
Expand All @@ -28,4 +29,4 @@ echo '<pre>';
print_r($response);
echo '</pre>';
exit;
</pre>
</pre>

0 comments on commit a5c463a

Please sign in to comment.