Skip to content

Commit fc4194c

Browse files
committed
ACP2E-1120: extend new statuses that can apply for new placed order with free payment
1 parent d0a1267 commit fc4194c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Store/Test/Mftf/Data/StorePaymentMethodsData.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@
1010
<entity name="PaymentMethodsSettingConfig" type="zero_subtotal_checkout_config_state">
1111
<requiredEntity type="active">active</requiredEntity>
1212
<requiredEntity type="order_status">orderStatus</requiredEntity>
13-
<requiredEntity type="payment_action">paymentAction</requiredEntity>
1413
</entity>
1514
<entity name="active" type="active">
1615
<data key="value">1</data>
1716
</entity>
1817
<entity name="orderStatus" type="order_status">
1918
<data key="value">processing</data>
2019
</entity>
21-
<entity name="paymentAction" type="payment_action">
22-
<data key="value">authorize_capture</data>
23-
</entity>
2420

2521
<entity name="DisablePaymentMethodsSettingConfig" type="use_system_value_config_state">
2622
<requiredEntity type="zeroSubEnable">zeroSubEnable</requiredEntity>

0 commit comments

Comments
 (0)