Skip to content

Commit

Permalink
Merge pull request #3 from Alofoxx/update-oauth-endpoint
Browse files Browse the repository at this point in the history
Change apiDomain to gumroad.com instead of api.gumroad.com
  • Loading branch information
Alofoxx committed Feb 16, 2021
2 parents ff4a861 + 43e28d1 commit 844392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Gumroad.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Gumroad extends AbstractProvider
*
* @var string
*/
public $apiDomain = 'https://api.gumroad.com';
public $apiDomain = 'https://gumroad.com';

/**
* Get authorization URL to begin OAuth flow
Expand Down

0 comments on commit 844392a

Please sign in to comment.