Hi guys! I have background on html css and some js, but I cannot pull this one off.
First time installing php and composer on my local computer.
I’m trying to download all my stripe invoices using this:
I can’t understand something that for sure is simple, how to use it:
STRIPE_KEY=rk_live_<…> ./download.php , where I put this? in the windows console? I tried: php STRIPE_KEY=rk_live_<…> ./download.php
Looking at the code, the api key is as a environment variable, I don’t know how to set server variables.
Also, I tried to hard code the api key, but I got this errors:
any help will be very welcome! TIA.