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

Acknowledger Wrong parameters for RuntimeException #115

Closed dariusvalys closed 4 years ago

dariusvalys commented 4 years ago

Trying to acknowledge in GooglePlay/Acknowledger.php got RuntimeException error: Wrong parameters for RuntimeException and can not use this method.

PHP 7.3.15

Stafox commented 4 years ago

@dariusvalys thanks. Will fix it right now. Looks like argument $code was missing

Stafox commented 4 years ago

@dariusvalys fixed in https://github.com/aporat/store-receipt-validator/releases/tag/3.4.1

dariusvalys commented 4 years ago

working good. thanks