Apr 19, 2020
0
Level 5
Switch between cashier packages Strip and braintree
I want to give the user ability to switch between cashier libraries (stripe, Braintree) in the application setup, unfortunately they are using the same namespaces and functionality which makes hard to install them both, but there are no conflicts in migrations since they use the same DB structure, I'm thinking about forking each of those libraries and create separated services for them and inject selected service to use, any suggestion guys?
Please or to participate in this conversation.