#Wilcalaf-Terminal
1 messages · Page 1 of 1 (latest)
sec ill see if i can find one
pm_1LHVAhDyNgZjAM6ZEl5fgjwF
thats from yesterday ill create another one now
This is the PaymentMethod ID. PaymentIntent ID starts with pi_
No worries
i just reproduced this with this payment intent id
I only see a PaymentIntent creation request, and I don't any other requests coming from your Terminal app.
Is your iOS app connected to the Bluetooth reader sucecssfully?
yeah it got through collectPaymentMethod
and got stuck on processPayment
here is the log from my console
Does it return any error?
no. it doesnt return error or success
pi_3LHV8oDyNgZjAM6Z1teJZ48N
here is one from yesterday
im trying to reproduce another one
if let error = processError {
}```
Can you put a breakpoint here?
here is another one
pi_3LHjVEDyNgZjAM6Z1bEnwgJG
sec
it doesnt ever get there
like its stuck after i call processPayment it doesnt return success or error
Are you using the latest iOS Terminal SDK?
You can check your Podfile.lock
ok sec
yay
it worked
thanks for help
but i had to change elsewhere
deleting the podfile.lock didnt upgrade it automatically
i had to manually specify the version
Ah you need to delete the Pods folder as well
Good to know that the problem is resolved!
👍