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:
parent
59e2f275dc
commit
a414436889
1 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue