@AaronSadlerUK i don't suppose you are
# social
j
@AaronSadlerUK i don't suppose you are about, I am having a thick moment, I seem to be having an utter mare getting Umbraco to pick up my stripe api key, was wondering if there was a more complete appSettings example incase its something stupid?
a
Have you saved the settings once in the backoffice? After adding the app settings you need to go into the Stripe settings in the backoffice and save them
For some reason the initial seeding of the tables doesn't work, so you need to save them to add the values
j
Oh what the heck 😂 never had that before haha
Yeah that just fixed it, cheers mate wasn't expecting such a fast reply!
I remember when I was first talking to you about this btw, I cannot believe how well and how much you have developed UmbCheckout already!! Looks awesome
a
No worries, I need to update the docs really... If you know how to fix the seeding a pr would be great 😅
It's part of the open source stripe codebase on github
1.5.0 has some big changes, 2.0.0 will have stripe subscriptions support
j
I am sick of the half-assed implemented I threw together for my community's own website, was going to integrate square into the site, but after trying to use their interface again & read their docs I started throwing things. So thanks ot you Stripe just gained a customer and I've signed up with them and going to try and somehow figure out re-writing my already existing site over to use UmbCheckout hopefully easily haha
If I find something I can fix I am always happy to help 🙂
I just have 1 product right now that is important I want to get setup on my own site so if you don't mind I may ask some other stuff over today/tmrw haha
a
If you need to see examples the stripe starter kit it a complete working example
j
Also on the seeding note, I've already been reading through the code as was trying to work out what I did wrong incase I go the structure or position wrong haha
a
It has searching, products, basket and ready to go
j
But kept seeing the pcoo table stuff, why does it have that if you put the ApiKey in the appSettings? Are you then pulling it across into the DB on save then?
a
There is a setting to set whether to use the live or dev key
j
I've already got the starter kit setup haha I went to check it out straight away that's where my apiKey woes came from haha
a
The default setting to use the dev key doesn't seed for some reason
j
Ah okay fairs, I'll see if I can look at it when I get this finished then 🙂
a
So the setting is null rather than false
j
Just curious btw, but is it possible to "integrate" the checkout into a page so it doesn't go off the site or am I dreaming?
a
Or whichever way round it is, the value is null 😅
Yep, you can set all that in up your Stripe account and it will show on the hosted pages
2 Views