WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@likhinbopanna
Copy link
Contributor

@likhinbopanna likhinbopanna commented Dec 3, 2025

Type of Change

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

Description

Add zero auth mandates using payment method id which was not present earlier

Additional Changes

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

Motivation and Context

Test cases enhancement

How did you test it?

  • Cybersource
image
  • Stripe
image
  • Adyen
image

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

@likhinbopanna likhinbopanna self-assigned this Dec 3, 2025
@likhinbopanna likhinbopanna requested a review from a team as a code owner December 3, 2025 09:28
@likhinbopanna likhinbopanna added A-CI-CD Area: Continuous Integration/Deployment S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Dec 3, 2025
@semanticdiff-com
Copy link

semanticdiff-com bot commented Dec 3, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  cypress-tests/cypress/e2e/configs/Payment/WorldPay.js  47% smaller
  cypress-tests/cypress/e2e/configs/Payment/Finix.js  19% smaller
  cypress-tests/cypress/e2e/configs/Payment/Aci.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Adyen.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Airwallex.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Authipay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Authorizedotnet.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Bambora.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Bamboraapac.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/BankOfAmerica.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Billwerk.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Bluesnap.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Braintree.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Celero.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Checkout.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Commons.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Cybersource.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Dlocal.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Fiserv.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Fiservemea.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Fiuu.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Forte.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Globalpay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Hipay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Jpmorgan.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Moneris.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Multisafepay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Nexinets.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Nexixpay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Nmi.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Noon.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Novalnet.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Nuvei.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Paybox.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Payload.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Paypal.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Paysafe.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Payu.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Peachpayments.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/PowerTranz.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Shift4.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Silverflow.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Square.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Stax.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Stripe.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Tesouro.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/TrustPayments.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Trustpay.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Tsys.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/WellsFargo.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Worldpayvantiv.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Worldpayxml.js  0% smaller
  cypress-tests/cypress/e2e/spec/Payment/00015-ZeroAuthMandate.cy.js  0% smaller
  cypress-tests/cypress/support/commands.js  0% smaller

@likhinbopanna likhinbopanna changed the title ci(cypress): add zero auth pmid flows ci(cypress): add zero auth pmid flows Dec 3, 2025
@likhinbopanna likhinbopanna changed the title ci(cypress): add zero auth pmid flows ci(cypress): add zero auth mandate pmid flows Dec 3, 2025
@likhinbopanna likhinbopanna changed the title ci(cypress): add zero auth mandate pmid flows ci(cypress): add setup_mandate pmid flows Dec 3, 2025
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@9e57ada). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10521   +/-   ##
=======================================
  Coverage        ?    6.45%           
=======================================
  Files           ?     1254           
  Lines           ?   313233           
  Branches        ?        0           
=======================================
  Hits            ?    20205           
  Misses          ?   293028           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI-CD Area: Continuous Integration/Deployment S-waiting-on-review Status: This PR has been implemented and needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants