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 20
20
<group value =" checkout" />
21
21
</annotations >
22
22
<before >
23
- <magentoCLI command =" config:set {{DisplayBillingAddressOnPaymentMethod.path}} {{DisplayBillingAddressOnPaymentMethod.value}}" stepKey =" displayBillingAddressOnPaymentMethod" />
24
23
<!-- Enable Cash On Delivery payment method-->
25
24
<magentoCLI command =" config:set {{CashOnDeliveryEnableConfigData.path}} {{CashOnDeliveryEnableConfigData.value}}" stepKey =" enableCashOnDelivery" />
26
25
<!-- Allow Cash On Delivery for Specific Country-->
33
32
<createData entity =" Simple_US_Customer_US_UK_Addresses" stepKey =" createCustomer" />
34
33
</before >
35
34
<after >
35
+ <!-- Disable Cash On Delivery method-->
36
36
<magentoCLI command =" config:set payment/cashondelivery/allowspecific 0" stepKey =" allowSpecificValue" />
37
37
<magentoCLI command =" config:set payment/cashondelivery/specificcountry ''" stepKey =" specificCountryValue" />
38
- <!-- Disable Cash On Delivery method-->
39
38
<magentoCLI command =" config:set {{CashOnDeliveryDisabledConfigData.path}} {{CashOnDeliveryDisabledConfigData.value}}" stepKey =" disabledCashOnDelivery" />
40
39
41
40
<!-- Customer log out-->
You can’t perform that action at this time.
0 commit comments