-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work with the marketplace? #12
Comments
@faceyspacey this currently doesn't support marketplace features unfortunately. |
is that because v.zero doesn't support it in general or is it just the react-native package for it? |
it's just that this module doesn't support it yet |
how can i help implement it then? |
Simply fork this repo and try integrate with Marketplaces. I've built a sample for Marketplaces before in Node (https://github.com/braintreedev/sample-braintree-marketplace-node), that might be a good start. Most of the logic is on the server end, so likely not a lot to be worked on for this module. |
What the status of the feature now? |
I've managed to implement this by doing the marketplace on the backend. I get a nonce here, post it to my API, and do the marketplace call from there. |
Can i split the payment with a submerchant?
The text was updated successfully, but these errors were encountered: