#scott_15200

1 messages · Page 1 of 1 (latest)

sullen pivotBOT
novel pulsar
dark hollow
#

Yes, upgrade, not update I guess. I'm using a linux server and I do NOT have brew. Do I just go through the installation process like I did for the older 1.17 version?

novel pulsar
dark hollow
#

Thank you!

#

May I ask another question?

novel pulsar
#

Sure thing!

dark hollow
#

ok... great. My payment links are working great. I have a ruby app that runs every hour. In that app I was running:
json = JSON.parse(stripe charges list, symbolize_names: true)
and then would INSERT the data into a database.
My question....
is running 'stripe charges list' the best command to capture who/what was purchase off my product list (of 3)?

#

1 subscription and 2 other items pos

novel pulsar
#

I'd recommend you listening to checkout.session.completed webhook events to get notified when your customer has completed a checkout

dark hollow
#

oh sorry..... I didn't mention that I don't want to mess with web hooks

novel pulsar
#

You have some difficulty in setting up webhooks?

dark hollow
#

My linux machine only logs on hourly. It is not online continuously.

novel pulsar
dark hollow
#

Once again,,, thank you. I'll check these links out.