Skip to content
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

feat(wasm): google pay decryption flow changes #7616

Merged
merged 3 commits into from
Mar 28, 2025

Conversation

susrithasabbini
Copy link
Contributor

@susrithasabbini susrithasabbini commented Mar 25, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Added fields in the google pay connector wallet details for the google pay direct and payment gateway flow

Development.toml

  • adyen
  • airwallex
  • authorizedotnet
  • bankofamerica
  • bluesnap
  • checkout
  • cybersource
  • globalpay
  • multisafepay
  • nmi
  • noon
  • novalnet
  • nuvei
  • payu
  • stripe
  • trustpay
  • worldpay
  • zen
  • fiuu

Sandbox.toml

  • adyen
  • airwallex
  • authorizedotnet
  • bankofamerica
  • bluesnap
  • checkout
  • cybersource
  • globalpay
  • multisafepay
  • nmi
  • noon
  • novalnet
  • nuvei
  • payu
  • stripe
  • trustpay
  • worldpay
  • zen
  • fiuu

Production.toml

  • adyen
  • authorizedotnet
  • bluesnap
  • bankofamerica
  • checkout
  • cybersource
  • globalpay
  • novalnet
  • payu
  • stripe
  • trustpay
  • worldpay
  • zen
  • fiuu

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Locally
In this PR, only wasm changes are there so no test cases required

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@susrithasabbini susrithasabbini added the A-euclid-foc Area: Euclid Family of Crates label Mar 25, 2025
@susrithasabbini susrithasabbini self-assigned this Mar 25, 2025
@susrithasabbini susrithasabbini requested a review from a team as a code owner March 25, 2025 07:34
Copy link

semanticdiff-com bot commented Mar 25, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/connector_configs/src/connector.rs  0% smaller
  crates/connector_configs/toml/development.toml Unsupported file format
  crates/connector_configs/toml/production.toml Unsupported file format
  crates/connector_configs/toml/sandbox.toml Unsupported file format

@likhinbopanna likhinbopanna added this pull request to the merge queue Mar 28, 2025
Merged via the queue into main with commit ac4af69 Mar 28, 2025
17 of 20 checks passed
@likhinbopanna likhinbopanna deleted the google-pay-decryption-flow branch March 28, 2025 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-euclid-foc Area: Euclid Family of Crates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Api contract for google pay decryption flow for cybersource
4 participants