File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-pinterest-api ` will be documented in this file.
4
4
5
+ ## 0.3.2 - 2023-03-26
6
+
7
+ ** Full Changelog** : https://github.com/leMaur/laravel-pinterest-api/compare/0.3.0...0.3.2
8
+
5
9
## 0.3.1 - 2023-03-26
6
10
7
11
** Full Changelog** : https://github.com/leMaur/laravel-pinterest-api/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function getAccessCodeLink(): string
72
72
public function requestAccessToken (): array
73
73
{
74
74
if (! $ this ->oauth ->access_code ) {
75
- throw new OAuthException (" Unable to find Pinterest access code. " );
75
+ throw new OAuthException (' Unable to find Pinterest access code. ' );
76
76
}
77
77
78
78
$ response = $ this ->service
@@ -100,7 +100,7 @@ public function requestAccessToken(): array
100
100
public function refreshAccessToken (): array
101
101
{
102
102
if (! $ this ->oauth ->refresh_token ) {
103
- throw new OAuthException (" Unable to find Pinterest refresh token. " );
103
+ throw new OAuthException (' Unable to find Pinterest refresh token. ' );
104
104
}
105
105
106
106
$ response = $ this ->service
You can’t perform that action at this time.
0 commit comments