Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba805d1

Browse filesBrowse files
committed
Merge branch 'hotfix/0.1.1'
2 parents 7cec644 + 143eca6 commit ba805d1
Copy full SHA for ba805d1

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5+
## [0.1.1] - 2020-01-04
6+
7+
### Fixed
8+
- [#3](git@github.com:cloudcreativity/laravel-stripe.git)
9+
Fix facade alias in Composer json.
10+
511
## [0.1.0] - 2019-08-12
612

713
Initial release for PHP 5.6 / Laravel 5.4.

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"CloudCreativity\\LaravelStripe\\ServiceProvider"
4949
],
5050
"aliases": {
51-
"JsonApi": "CloudCreativity\\LaravelStripe\\Facades\\Stripe"
51+
"Stripe": "CloudCreativity\\LaravelStripe\\Facades\\Stripe"
5252
}
5353
}
5454
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.