Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 11, 2018
1 parent f23ef4e commit 6d25e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes.md
Expand Up @@ -4,7 +4,7 @@

### Changed

- Extract `updateCard` from `createAsStripeCustomer` method
- Extract `updateCard` from `createAsStripeCustomer` method ([#588](https://github.com/laravel/cashier/pull/588))

## Version 2.0.4

Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -16,7 +16,7 @@
</testsuite>
</testsuites>
<php>
<env name="STRIPE_SECRET" value="sk_test_TRBBHE1surdGLAgWYDhuY50y"/>
<env name="STRIPE_SECRET" value=""/>
<env name="STRIPE_MODEL" value="Laravel\Cashier\Tests\Fixtures\User"/>
</php>
</phpunit>

0 comments on commit 6d25e2a

Please sign in to comment.