Fix AppleAppStoreBridge (#2604)

This commit is contained in:
Nemo 2022-04-04 22:35:52 +05:30 committed by GitHub
parent d3bb00f754
commit 2eaf48de99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class AppleAppStoreBridge extends BridgeAbstract {
$headers = array(
"Authorization: Bearer $token",
'Origin: https://apps.apple.com',
);
$json = json_decode(getContents($uri, $headers), true);