Closed aderae closed 6 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.
closed by #69
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.