Skip to content

Commit 9923adf

Browse files
committed
ACQE-6710:Check configuration for PayPal Payflow Link in Unites States
Correction On Testcase
1 parent 98bac85 commit 9923adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontAssertPayflowlinkForUnitedStatesTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
</createData>
2525
<magentoCLI command="config:set paypal/general/merchant_country US" stepKey="setMerchantCountry"/>
2626
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
27-
<actionGroup ref="AdminClearPaypalPaymentStandardExistingDataActionGroup" stepKey="clearValuesPresentInPayflowLink"/>
27+
<actionGroup ref="AdminClearPayflowLinkExistingDataActionGroup" stepKey="clearValuesPresentInPayflowLink"/>
2828
</before>
2929
<after>
3030
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3131
<magentoCLI command="config:set paypal/general/merchant_country 0" stepKey="setMerchantCountryAsUS"/>
3232
<magentoCLI command="config:set payment/payflow_link/active 0" stepKey="disablePayPalPayflowLink"/>
33-
<actionGroup ref="AdminClearPaypalPaymentStandardExistingDataActionGroup" stepKey="clearDataPresentInPayflowLink"/>
33+
<actionGroup ref="AdminClearPayflowLinkExistingDataActionGroup" stepKey="clearDataPresentInPayflowLink"/>
3434
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3535
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
3636
<deleteData createDataKey="simpleCategory" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)