Commits for pipeline to run

Cleans up the Afterpay payment execution flow by removing unnecessary and commented-out code related to card details population.
This commit is contained in:
maguire-arman 2025-07-30 11:30:35 -04:00
parent 59e2f275dc
commit a414436889

View file

@ -46,9 +46,6 @@ export class AfterpayPage extends BasePage {
async executeAfterpayPayment(paymentDetails: IPaymentDetails) {
await this.login(paymentDetails.password!);
//await this.populateCardDetails(paymentDetails);
await this.confirmButton.click();
}