Skip to content

Commit

Permalink
Merge pull request #10 from apoca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
apoca committed Mar 28, 2019
2 parents fc67888 + 1554f06 commit 5cac8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# laravel-sibs-payments
[![Build Status](https://travis-ci.org/apoca/laravel-sibs-payments.svg?branch=master)](https://travis-ci.org/apoca/laravel-sibs-payments)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e7fe68a20a624d4084050449d23135a4)](https://www.codacy.com/app/apoca/laravel-sibs-payments?utm_source=github.com&utm_medium=referral&utm_content=apoca/laravel-sibs-payments&utm_campaign=Badge_Grade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/apoca/laravel-sibs-payments/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/apoca/laravel-sibs-payments/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/apoca/laravel-sibs-payments/v/stable)](https://packagist.org/packages/apoca/laravel-sibs-payments)
[![Total Downloads](https://poser.pugx.org/apoca/laravel-sibs-payments/downloads)](https://packagist.org/packages/apoca/laravel-sibs-payments)
Expand Down
4 changes: 2 additions & 2 deletions config/sibs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'userId' => env('SIBS_AUTH_USERID', '8a8294185332bbe60153375476c31527'),
'password' => env('SIBS_AUTH_PASSWORD', 'G5wP5TzF5k'),
'entityId' => env('SIBS_AUTH_ENTITYID', '8a8294185332bbe601533754724914d9'),
'token' => env('SIBS_AUTH_TOKEN', 'Bearer - xpto'),
'token' => env('SIBS_AUTH_TOKEN', 'Bearer - OGE4Mjk0MTg1MzMyYmJlNjAxNTMzNzU0NzZjMzE1Mjd8RzV3UDVUekY1aw=='),
],
'entity' => env('SIBS_ENTITY', '00001'),
'entity' => env('SIBS_ENTITY', '21075'),
];

0 comments on commit 5cac8e9

Please sign in to comment.