Conversation
…ing unused method and hardcoding tokenReferenceId
…gle and Samsung wallet apps
…ivity for Google and Samsung wallet apps
…-app-samsung-get-intent Fix/pfc 414/handle app 2 app samsung get intent
…updates Bumps the npm_and_yarn group with 2 updates in the / directory: @isaacs/brace-expansion and [tar](https://github.com/isaacs/node-tar). Bumps the npm_and_yarn group with 2 updates in the /example directory: [js-yaml](https://github.com/nodeca/js-yaml) and [tar](https://github.com/isaacs/node-tar). Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1 Updates `tar` from 7.5.2 to 7.5.9 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.2...v7.5.9) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) Updates `tar` from 7.4.3 to 7.5.9 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.2...v7.5.9) --- updated-dependencies: - dependency-name: "@isaacs/brace-expansion" dependency-version: 5.0.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 7.5.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…constants with deprecation suppressions
…npm_and_yarn-3e18b4b793 chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates
… credentials timeout and remove deprecation flags.
… credentials timeout and remove deprecation flags.
…' of github-work:platformbuilders/wallet-bridge-react-native into feature/get-more-status-code-constants-of-google-wallet
…code-constants-of-google-wallet fix: Add new Google Wallet Tap & Pay error codes
Summary of ChangesHello @matheuscamposbuilders, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request integrates a series of updates aimed at refining the Google Wallet integration, particularly by expanding its error handling capabilities with new TapAndPay status codes. It also significantly enhances the usability of the mock wallet applications by enabling dynamic input for App2App simulation, moving away from static test data. Additionally, routine dependency updates and a package version increment ensure the project remains current and stable. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
Este pull request aprimora principalmente os aplicativos de mock para Google e Samsung Wallets, permitindo a entrada dinâmica de dados para testes, o que é uma ótima melhoria para a flexibilidade de desenvolvimento. Ele também inclui várias atualizações de dependência e adiciona novas constantes da API do Google Wallet. No entanto, há um problema crítico na implementação do mock do Samsung Wallet, onde a lógica de simulação App2App foi alterada incorretamente. A simulação não codifica mais o payload JSON em Base64, conforme exigido pelo fluxo do Samsung Wallet, o que fará com que os testes com este mock falhem. Uma correção é sugerida para restaurar a lógica de codificação correta, mantendo a nova flexibilidade de entrada.
No description provided.