-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(cypress): fix metadata missing while creating connector if not in auth #5215
Conversation
@pixincreate Why few testcases are failing(Payout testcases). |
@Gnanasundari24, below is the error message that we receive when Payout {
"error": {
"type": "invalid_request",
"message": "Payout 9d48c9ea-f99a-406f-90d5-7f2476d4559b cannot be updated for status requires_confirmation",
"code": "IR_06"
}
} The reason being the support for Addressed in #5223 CC (for additional context): @Sakilmostak @srujanchikke |
…ify-cypress * 'main' of github.com:juspay/hyperswitch: chore(version): 2024.07.08.0 fix(connector): [adyen] remove browser info for mit and [paypal] add refund key in headers (#5225) chore(version): 2024.07.06.0 feat(router): Pass the shipping email whenever the billing details are included in the session token response (#5228) fix(cypress): fix metadata missing while creating connector if not in auth (#5215) refactor: fix unit and documentation tests (#4754) feat(events): add hashed customer_email and feature_metadata (#5220) feat(events): Add payment metadata to hyperswitch-payment-intent-events (#5170) fix(analytics): using HashSet to represent the returned metrics (#5179) feat(core): billing_details inclusion in Payment Intent (#5090) feat(router): pass fields to indicate if the customer address details to be connector from wallets (#5210) fix(refunds): Add aliases on refund status for backwards compatibility (#5216) Feat(connector): [BRAINTREE] Implement Card Mandates (#5204)
Type of Change
Description
when metadata is non-existent in connector auth details, we need to fetch it from fixtures, it is not happening and this is causing havoc with Adyen.
Additional Changes
Motivation and Context
NIL
How did you test it?
Connector gets created on Adyen:
Checklist
prettier . --write
cargo clippy