imdhemy / appstore-iap

PHP App store In-App Purchase implementaiton.
MIT License
43 stars 17 forks source link

Password does not support passing in empty strings #202

Closed ikilobyte closed 3 months ago

ikilobyte commented 3 months ago

Package version(s) affected

1.1

Description



$verifier = new Verifier($client, 'xxxxx...', '');
$receipt = $verifier->verify(false, $sandboxClient);

# output
// 21002 The data in the receipt-data property was malformed or the service experienced a temporary issue. Try again.  

### How to reproduce

$verifier = new Verifier($client, 'xxxxx...', '');
$receipt = $verifier->verify(false, $sandboxClient);

### Possible Solution

_No response_

### Additional Context

_No response_