#Wilcalaf-Terminal

1 messages · Page 1 of 1 (latest)

vernal breach
#

Hi there, can you share with me the PaymentIntent ID?

thick heron
#

sec ill see if i can find one

#

pm_1LHVAhDyNgZjAM6ZEl5fgjwF

#

thats from yesterday ill create another one now

vernal breach
#

This is the PaymentMethod ID. PaymentIntent ID starts with pi_

thick heron
#

my bad. sec

#

pi_3LHjLGDyNgZjAM6Z0oKSh1p5

vernal breach
#

No worries

thick heron
#

i just reproduced this with this payment intent id

vernal breach
#

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?

thick heron
#

yeah it got through collectPaymentMethod

#

and got stuck on processPayment

#

here is the log from my console

vernal breach
#

Does it return any error?

thick heron
#

no. it doesnt return error or success

#

pi_3LHV8oDyNgZjAM6Z1teJZ48N

#

here is one from yesterday

#

im trying to reproduce another one

vernal breach
#
                      if let error = processError {
                    
                  }``` 

Can you put a breakpoint here?
thick heron
#

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

vernal breach
#

Are you using the latest iOS Terminal SDK?

thick heron
#

let me check

#

whats the latest?

#

i did this when installing

vernal breach
#

You can check your Podfile.lock

thick heron
#

2.0.0

vernal breach
#

The latest version is 2.10.0

#

delete the Podfile.lock and run pod install again

thick heron
#

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

vernal breach
#

Ah you need to delete the Pods folder as well

#

Good to know that the problem is resolved!

thick heron
#

ah i see

#

ok. thanks for help. its working now with version 2.10.0

vernal breach
#

👍