#squidonomics

1 messages · Page 1 of 1 (latest)

obtuse anvilBOT
amber galleon
#

Can you share your Stripe code where you are seeing this? Not immediately sure what might be causing this issue

amber galleon
#

Thank you for the info. Checking in to that doc

hazy kelp
#

self returns uninitialized in from the debugger if that helps

amber galleon
#

And to be clear, you are otherwise using the exact code from that step in the doc?

#

As far as I can see that code should instantiate that object properly. Trying to think of why it might not

hazy kelp
#

I am using the exact code, I get self uninitialized "0x00000000"

amber galleon
hazy kelp
#

just tried the github code as well

#

both of them reach stripe servers and create payment intent, ephemeral key and customer

amber galleon
#

So that code is working but your code from working with that doc is not?

hazy kelp
#

however, the buy button never appears

#

both codes work in that they send to the stripe servers

#

however in the app the if let paymentSheet = model.paymentSheet defaults to else and never shows the buy button

#

I've debugged it to self returning uninitialized but I'm not sure if this is a stripe issue or what

amber galleon
#

Which file is that in? Not immediately seeing that when grepping the sample code

amber galleon
#

So it is basically stuck loading for you and never actually appears?

hazy kelp
#

yes exactly that

#

Which is strange because all values are returned and logs are made on stripe servers

brisk shell
#

Hello! I'm taking a look now, give me a few minutes to get Xcode up and running with this code. 🙂