Skip to content

Commit

Permalink
Merge pull request #165 from marijap93/add-ext-acc-id
Browse files Browse the repository at this point in the history
  • Loading branch information
Stafox authored Sep 2, 2022
2 parents 9a04d6c + da49ee5 commit 820aaf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/GooglePlay/SubscriptionResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,12 @@ public function getExpiresDate()
{
return $this->response->expiryTimeMillis;
}

/**
* @return mixed
*/
public function getExternalAccountId()
{
return $this->response->getExternalAccountId();
}
}

0 comments on commit 820aaf1

Please sign in to comment.