File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ export async function handleGoCardlessPayment(page, options) {
417
417
// Fill bank details
418
418
if ( currency === 'USD' ) {
419
419
await dropinIframe
420
- . locator ( '#accountHolderName ' )
420
+ . locator ( '#account_holder_name ' )
421
421
. fill ( customerBilling . firstname + ' ' + customerBilling . lastname ) ;
422
422
await dropinIframe . locator ( '#bank_code' ) . fill ( bankDetails . bankCode ) ;
423
423
await dropinIframe
@@ -535,7 +535,7 @@ export async function handleGoCardlessPaymentSchemeWise(
535
535
switch ( scheme ) {
536
536
case 'ach' :
537
537
await dropinIframe
538
- . locator ( '#accountHolderName ' )
538
+ . locator ( '#account_holder_name ' )
539
539
. fill (
540
540
customerBilling . firstname + ' ' + customerBilling . lastname
541
541
) ;
You can’t perform that action at this time.
0 commit comments