Description
Add Cypress test coverage for the billing descriptor feature on the Finix connector. The billing descriptor allows merchants to customize how charges appear on customer statements.
Acceptance Criteria
Related
- Original ticket: QAA-47
- Parent issue tracking QA pipeline for Finix billing descriptor
Files Changed
cypress-tests/cypress/e2e/spec/Payment/43-BillingDescriptor.cy.js — spec covering Billing Descriptor flow (happy path + edge cases)
cypress-tests/cypress/e2e/configs/Payment/Finix.js — added PaymentIntentWithBillingDescriptor, PaymentConfirmWithBillingDescriptor, PaymentIntentWithBillingDescriptorExtraFields, PaymentConfirmWithBillingDescriptorExtraFields config entries
cypress-tests/cypress/e2e/configs/Payment/Utils.js — registered connector in BILLING_DESCRIPTOR include list
Description
Add Cypress test coverage for the billing descriptor feature on the Finix connector. The billing descriptor allows merchants to customize how charges appear on customer statements.
Acceptance Criteria
Related
Files Changed
cypress-tests/cypress/e2e/spec/Payment/43-BillingDescriptor.cy.js— spec covering Billing Descriptor flow (happy path + edge cases)cypress-tests/cypress/e2e/configs/Payment/Finix.js— addedPaymentIntentWithBillingDescriptor,PaymentConfirmWithBillingDescriptor,PaymentIntentWithBillingDescriptorExtraFields,PaymentConfirmWithBillingDescriptorExtraFieldsconfig entriescypress-tests/cypress/e2e/configs/Payment/Utils.js— registered connector inBILLING_DESCRIPTORinclude list