-
Notifications
You must be signed in to change notification settings - Fork 238
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
Cardinal Commerce Broken Credentials #963
Comments
This may not solve your issue, however those credentials in curl --location 'https://cardinalcommerceprod.jfrog.io/artifactory/android/org/jfrog/cardinalcommerce/gradle/cardinalmobilesdk/maven-metadata.xml' \
--header 'Authorization: Basic YnJhaW50cmVlX3RlYW1fc2RrOkFLQ3A4alFjb0R5Mmh4U1doREFVUUtYTERQRHg2TllSa3FyZ0ZMUmMzcURyYXlnNnJyQ2JKcHNLS3lNd2F5a1ZMOEZXdXNKcHA=' Yields <?xml version="1.0" encoding="UTF-8"?>
<metadata modelVersion="1.1.0">
<groupId>org.jfrog.cardinalcommerce.gradle</groupId>
<artifactId>cardinalmobilesdk</artifactId>
<version>2.2.7-5</version>
<versioning>
<latest>2.2.7-5</latest>
<release>2.2.7-5</release>
<versions>
<version>2.2.7-3</version>
<version>2.2.7-4</version>
<version>2.2.7-5</version>
</versions>
<lastUpdated>20240403134935</lastUpdated>
</versioning>
</metadata> You can see that the requested version is available, so there may be an intermittent issue over at JFrog not sure. Status indicates no issues today: https://status.jfrog.io/ but there were some a few days ago. |
There are also several similar issues reported across the various Braintree/PayPal repos: |
We are experiencing two issues related to building the Braintree SDKs with Cardinal:
We recognize that this issue preventing builds and CI, so we are urgently working to resolve. We will post an update when we have more information about either and we appreciate your patience! |
I just ran the CI and it worked, thank you for putting out the fix! |
Thank you for you help. It's fixed. |
Braintree SDK Version
3.21.1
Environment
Both
Android Version & Device
No response
Braintree dependencies
com.braintreepayments.api:drop-in:5.4.2
Describe the bug
Today, we are started to getting error from cardinal mobile sdk while building our application.
We debugged the error and saw that the credentials were not working on https://cardinalcommerceprod.jfrog.io/ui/login/.
We're using credentials from https://developer.paypal.com/braintree/docs/guides/3d-secure/client-side/android/v3
To reproduce
braintree_team_sdk
and password as AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJppExpected behavior
Successfully login with same credentials to https://cardinalcommerceprod.jfrog.io/ui/login/
Screenshots
The text was updated successfully, but these errors were encountered: