tschoffelen / php-pkpass

💳 PHP class for creating passes for Wallet on iOS.
https://includable.com
MIT License
911 stars 188 forks source link

Fix header size on create action #103

Closed linkito87 closed 4 years ago

linkito87 commented 4 years ago

On https request to create pkpass, the browser still waiting and gives an error on log: http load failed, 51/20348 bytes buffer

Removing the header('Content-Length: ' . $size); line on PKPass.php works fine with HTTPS.

tschoffelen commented 4 years ago

Released as v1.2.7