Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Jun 24, 2018
1 parent c909900 commit 2fd3a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function deauthorize($clientId = null, $opts = null)
'client_id' => $clientId,
'stripe_user_id' => $this->id,
];
OAuth::deauthorize($params, $opts);
return OAuth::deauthorize($params, $opts);
}

/**
Expand Down

0 comments on commit 2fd3a0c

Please sign in to comment.