Skip to content

Commit

Permalink
Bug fix on config file.
Browse files Browse the repository at this point in the history
Extra comma removed from config file. Readme udpdated.
  • Loading branch information
amostajo committed Jun 26, 2015
1 parent abb36bb commit 02d35d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ composer require amsgames/laravel-shop
Or add

```json
"amsgames/laravel-shop": "v0.2.5"
"amsgames/laravel-shop": "v0.2.6"
```

to your composer.json. Then run `composer install` or `composer update`.
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
*/
'gateways' => [
'paypal' => Amsgames\LaravelShopGatewayPaypal\GatewayPayPal::class,
'paypalExpress' => Amsgames\LaravelShopGatewayPaypal\GatewayPayPalExpress::class,,
'paypalExpress' => Amsgames\LaravelShopGatewayPaypal\GatewayPayPalExpress::class,
],

/*
Expand Down

0 comments on commit 02d35d1

Please sign in to comment.