You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CollectInputsParams expects an inputs fields, however native iOS code enforced a collectInputs field
To Reproduce
Steps to reproduce the behavior:
Call collectInputs and pass {inputs: ....}
Expected behavior
A clear and concise description of what you expected to happen.
Function should work with the inputs fields
Screenshots
If applicable, add screenshots to help explain your problem.
Stripe Terminal React Native SDK version
(e.g., ^0.0.1-beta.19)
Smartphone (please complete the following information):
OS: iOS
Additional context
This issue was fixed in #740 While we prep the new release as a workaround, you can pass a dummy collectInputs field in the parameters:
Describe the bug
CollectInputsParams expects an
inputs
fields, however native iOS code enforced acollectInputs
fieldTo Reproduce
Steps to reproduce the behavior:
{inputs: ....}
Expected behavior
A clear and concise description of what you expected to happen.
Function should work with the
inputs
fieldsScreenshots
If applicable, add screenshots to help explain your problem.
Stripe Terminal React Native SDK version
^0.0.1-beta.19
)Smartphone (please complete the following information):
Additional context
This issue was fixed in #740 While we prep the new release as a workaround, you can pass a dummy
collectInputs
field in the parameters:collectInputs({inputs: {YOUR_INPUTS}, collectInputs: {}}
The text was updated successfully, but these errors were encountered: