Open LucaDillenburg opened 2 years ago
I am developing a marketplace in Flutter using this package to access the MercadoPago API to build a Transparent Checkout. However, to add a card, I believe I need the
createCardToken
function. But it doesn't exist in the package, right? How should I implement the adding card feature?
Same issue here, @LucaDillenburg have you solved this problem?
Hi @Cayke . Check out MercadoPago().card.token(...)
in my fork.
I am developing a marketplace in Flutter using this package to access the MercadoPago API to build a Transparent Checkout. However, to add a card, I believe I need the
createCardToken
function. But it doesn't exist in the package, right? How should I implement the adding card feature?