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
{{ message }}
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
I have not updated stripe from a long time and i now it seems that paymentkit is integrated into stripe. So i have used multiple things from paymentkit and i am not able to find proper thing how to migrate the code. I have some queries below.
I am using PTKCardNumber like let cardNumber:PTKCardNumber = PTKCardNumber(string:strCardNumber)
PTKCardTypeAmex like to determine which card is it.
PTKTextField for the card like PTKTextField.textByRemovingUselessSpacesFromString(str as String)
What is used in place of above this all in new stripe?
The text was updated successfully, but these errors were encountered:
I have not updated stripe from a long time and i now it seems that paymentkit is integrated into stripe. So i have used multiple things from paymentkit and i am not able to find proper thing how to migrate the code. I have some queries below.
let cardNumber:PTKCardNumber = PTKCardNumber(string:strCardNumber)
PTKTextField.textByRemovingUselessSpacesFromString(str as String)
What is used in place of above this all in new stripe?
The text was updated successfully, but these errors were encountered: