ParadoxLabs-Inc / tokenbase

TokenBase is the foundational package for most ParadoxLabs extensions for Magento®. It provides a tokenized card storage mechanism that is similar to but more featureful than Magento_Vault, and abstract components of a payment gateway implementation for Magento built around those stored cards.
Apache License 2.0
3 stars 3 forks source link

[FEAT] Replace this module with Magneto Vault #5

Open ryanisn opened 10 months ago

ryanisn commented 10 months ago

I don't see discussion board on this repo so had to open a issue. Do we have a plan to sunset this module or back port it to support magento vault?

It is beneficial to manage all saved CC in the same way for merchants if they have multi CC payment gateways, and it would also allow enabling instant purchase with ParadoxLabs modules

rhoerr commented 10 months ago

Hi Ryan, thanks for the feedback!

We're not going to sunset TokenBase in favor of Magento Vault -- TokenBase's functionality goes quite a ways beyond Vault (including card add/edit interfaces). It would be a major rewrite, and with TokenBase being quite stable in its current form, that's not something we're eager to invest in.

That said, it is possible that we could more thoroughly support the Vault interfaces and features. We already implement the Vault card interface via TokenBase. Whether that happens is a question of how much more is required and whether that makes business sense (unless it gets sponsored or contributed by others).