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
In 16.0.0 CardParams cannot be created with values from our own custom UI like how we used to build a card with Card.Builder(), CardParams uses an internal constructor and most of the validation on the params that could be done on the Card object is deprecated.
We are forced to use the CardInputWidget to obtain the cardparams data is this an intentional move?, is there any new way to create a card token without relying on any of the Stripe UI components?, in 15.0.0 how this worked was we created a card object to pass to the create token function, now createToken for card is deprecated and we need to pass a CardParams object, and CardParams can only be obtained from the CardInputWidget and there is seemingly no way to feed data to CardParams or get it verified separately through convenience functions
The text was updated successfully, but these errors were encountered:
@droidluv thanks for filing. I see that CardParams's constructors are internal, which is unintentional. I'll have this fixed and issue a new release as soon as we can.
Additionally, what methods were using previously that are no longer available? If you could share a code example that would be very helpful.
In 16.0.0 CardParams cannot be created with values from our own custom UI like how we used to build a card with Card.Builder(), CardParams uses an internal constructor and most of the validation on the params that could be done on the Card object is deprecated.
We are forced to use the CardInputWidget to obtain the cardparams data is this an intentional move?, is there any new way to create a card token without relying on any of the Stripe UI components?, in 15.0.0 how this worked was we created a card object to pass to the create token function, now createToken for card is deprecated and we need to pass a CardParams object, and CardParams can only be obtained from the CardInputWidget and there is seemingly no way to feed data to CardParams or get it verified separately through convenience functions
The text was updated successfully, but these errors were encountered: