Add a builder for payment configurations? #16
plusmobileapps
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see the approach of providing a configuration to the Google Pay example is done through a JSON file which is similar to my initial crack at this a couple of years ago. I know the Google Pay API itself is JSON based and this could be provided as an option for a type of configuration, although something less error prone for a developer to construct might be a builder class for each kind of payment configuration?
Was thinking something similar to this other flutter_pay package potentially.
Beta Was this translation helpful? Give feedback.
All reactions