phpish / shopify_app-skeleton

Skeleton Shopify App project using phpish/shopify
94 stars 41 forks source link

Bugfixes #3

Closed jneumann closed 9 years ago

jneumann commented 9 years ago

Without <?php at the top of the file, I had a strange error where the file would be echoed after the first carat the browser saw

I also fixed the casing for print_r, because that was annoying me. That is not actually necessary.

sandeepshetty commented 9 years ago

Thanks @jneumann.