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

Amazon RVSSandbox Verification Issue #52

Closed aderae closed 6 years ago

aderae commented 7 years ago

In Amazon -> Validator:

Localhost RVSSandbox verification url is not valid. It is defined as follows:

const ENDPOINT_SANDBOX = 'http://localhost:8080/RVSSandbox/';

However it has to be:

const ENDPOINT_SANDBOX = 'http://localhost:8080/RVSSandbox/version/1.0/verifyReceiptId/';

And we cannot override endpoint because of the protected value and exception handling in the constructor.

aporat commented 6 years ago

closed by #69