File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2020 <group value =" checkout" />
2121 </annotations >
2222 <before >
23- <magentoCLI command =" config:set {{DisplayBillingAddressOnPaymentMethod.path}} {{DisplayBillingAddressOnPaymentMethod.value}}" stepKey =" displayBillingAddressOnPaymentMethod" />
2423 <!-- Enable Cash On Delivery payment method-->
2524 <magentoCLI command =" config:set {{CashOnDeliveryEnableConfigData.path}} {{CashOnDeliveryEnableConfigData.value}}" stepKey =" enableCashOnDelivery" />
2625 <!-- Allow Cash On Delivery for Specific Country-->
3332 <createData entity =" Simple_US_Customer_US_UK_Addresses" stepKey =" createCustomer" />
3433 </before >
3534 <after >
35+ <!-- Disable Cash On Delivery method-->
3636 <magentoCLI command =" config:set payment/cashondelivery/allowspecific 0" stepKey =" allowSpecificValue" />
3737 <magentoCLI command =" config:set payment/cashondelivery/specificcountry ''" stepKey =" specificCountryValue" />
38- <!-- Disable Cash On Delivery method-->
3938 <magentoCLI command =" config:set {{CashOnDeliveryDisabledConfigData.path}} {{CashOnDeliveryDisabledConfigData.value}}" stepKey =" disabledCashOnDelivery" />
4039
4140 <!-- Customer log out-->
You can’t perform that action at this time.
0 commit comments