Closed Roniy08 closed 1 year ago
not sure if this is the root of the error (unable to reproduce it) but Terminal.shared.confirmPaymentIntent
should currently be Terminal.shared.processPayment
. Note this is naming we do want to fix up since the API method that is called is actually /confirm
but the SDK currently doesn't have a confirmPaymentIntent
method.
For integration issues like this you can also get help in the developer discord: https://stripe.com/go/developer-chat to talk to support staff that can help debug better.
Summary
Getting error - Type of expression is ambiguous without more context
iOS version
16.0
SDK version
pod 'StripeTerminal', '2.0'
Other information
I cannot get the terminal function working as the there is error and I followed the documentation https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=ios