Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M.H Rezaei tabar authored and M.H Rezaei tabar committed Oct 16, 2019
1 parent c6874dd commit 7f9b308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vandar-laravel
laravel library for vandar gateway

##Installation
###step 1
##Installation
###step 1
run this command :
``composer require rfmhb2/vandar-laravel``
###step 2
add this to ``config/services.php``
``composer require rfmhb2/vandar-laravel``
###step 2
add this to ``config/services.php``
```php
'vandar' => [
'api' => '6cc20e798ba30a2f352c0bf7ebfed11158af14b7',
Expand Down Expand Up @@ -35,6 +35,6 @@ when user done payment, vandar redirect user to ``$callback`` with a token in ur
$token=$_GET['token'];
$result = Vandar::verify($token);
```
you can read more about responses and api [here](https://docs.vandar.io/).
> you can read more about responses and api [here](https://docs.vandar.io/).
## bug report
if you find a bug add [issue](https://github.com/rfmhb2/vandar-laravel/issues)

0 comments on commit 7f9b308

Please sign in to comment.