Can you please update the these complete library? #123
Open
harleenarora wants to merge 81 commits into0.29-compatfrom
Open
Can you please update the these complete library? #123harleenarora wants to merge 81 commits into0.29-compatfrom
harleenarora wants to merge 81 commits into0.29-compatfrom
Conversation
…tion_text Customisation of text for call to action button
CVV support by @edvinasbartkus
pass paypal user info back to javascript
[iOS] Added advanced fraud tool (data collector)
fix comilation error in ios.js
…ion with other modules
Using more unique ActivityEventListener requestCode to prevent collis…
- I updated the minor because this technically might change the module behavior in that it validates the nonce when you finall yuse it on the server and not immediately. This is fine.
change the CardBuilder Validate to false
feat(android): add compatible showPayPalViewController function
Check if phone is nil before adding it to args
By default, shouldValidate should be set to YES in order to validate card number and CVV code.
Android: https://developers.braintreepayments.com/guides/drop-in/android/v1 title => primaryDescription description => secondaryDescription amount => amount iOS: https://developers.braintreepayments.com/guides/drop-in/ios/v3 summaryTitle => title summaryDescription => description displayAmount => amount
Card validation in iOS
added credit card validation for android
Add support for title, description and amount options.
Add BraintreeCancelListener and invoke callback when the error is ocurred
Bug fixed - import correct header to support rn0.40 or above
Remove createJSModules @Ovveride - RN 0.47 compatibility
Braintree Latest version changes
Invoke callback when user cancels payment
Homogenize cancellation errors
* Make iOS accept dictionary of options for `getCardNonce`. This makes solution much more flexible. * Make iOS JS implementation compatible with iOS native implementation * Type comparison * Make Android `getCardNonce` compatible with iOS implementation. * Format Java codebase * Make Android JS implementation compatible with iOS * Android - do not work with expirationMonth/expirationYear in order to keep compatibility with iOS * Update types * Remove duplicate import * Update docs * Cleanup
* Trigger 3DSecure modal * Add threeDSecure option * Handle errors * Handle race condition * Dismiss native view while waiting for 3DSecure
* [Android] Add 3DSecure * Handle errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I am working react-native latest version. I am so many changes into react-native-braintree-xplat library under the node_module for compatible.
Please update this.