Skip to content

Commit

Permalink
Merge pull request #158 from georgecheteles/master
Browse files Browse the repository at this point in the history
removing last_ad_referral & is_payment_enabled
  • Loading branch information
wittfabian authored Nov 15, 2018
2 parents ad35c22 + e44421e commit 037ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FbBotApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function upload($attachment)
* @param string $fields
* @return UserProfile
*/
public function userProfile($id, $fields = 'first_name,last_name,profile_pic,locale,timezone,gender,is_payment_enabled,last_ad_referral')
public function userProfile($id, $fields = 'first_name,last_name,profile_pic,locale,timezone,gender')
{
return new UserProfile($this->call($id, [
'fields' => $fields
Expand Down

0 comments on commit 037ad0d

Please sign in to comment.