Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeBortov committed Feb 20, 2023
1 parent c6e87fa commit 1eadce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/android/BraintreePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public void onPaymentMethodNonceCreated(PaymentMethodNonce paymentMethodNonce) {
JSONObject json = new JSONObject();

json.put("nonce", paymentMethodNonce.getNonce().toString());
// json.put("deviceData", DataCollector.collectDeviceData(braintreeFragment));
// json.put("deviceData", DataCollector.collectDeviceData(braintreeFragment));
// json.put("deviceData", DataCollector.collectDeviceData(braintreeFragment, this));

if (paymentMethodNonce instanceof PayPalAccountNonce) {
Expand Down
6 changes: 3 additions & 3 deletions src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ android {

repositories {
maven {
url "https://cardinalcommerce.bintray.com/android"
url "https://cardinalcommerceprod.jfrog.io/artifactory/android"
credentials {
username 'braintree-team-sdk@cardinalcommerce'
password '220cc9476025679c4e5c843666c27d97cfb0f951'
username 'braintree_team_sdk'
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp'
}
}
}
Expand Down

0 comments on commit 1eadce9

Please sign in to comment.