aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

New release? #166

Closed marijap93 closed 1 year ago

marijap93 commented 2 years ago

Hi, would it be possible to get a new release, please? I'd like to use the recently added function of getting the ExternalAccountId. Thank you

Stafox commented 2 years ago

Hello.

You still able to get the externalAccountId and other fileds using raw response (can be obtained by AbstractResponse::getRawResponse()).

$externalAccountId = $subscriptionResponse->getRawResponse()->getExternalAccountId();