Skip to content

Commit b0d76cc

Browse files
committed
ACQE-5849: Customer Checkout With Negotiable Quote and Payment through PayPal Payments Standard method
- Extended AG for out-context
1 parent a6933f3 commit b0d76cc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
6+
*/
7+
-->
8+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10+
<actionGroup name="AdminPayPalExpressCheckoutEnableWithOutContextActionGroup" extends="AdminPayPalExpressCheckoutEnableActionGroup">
11+
<annotations>
12+
<description>Extends AdminPayPalExpressCheckoutEnableActionGroup to add enableInContext configuration option. Goes to the 'Configuration' page for 'Payment Methods'. Clicks on Save.</description>
13+
</annotations>
14+
<arguments>
15+
<argument name="enableInContext" type="string" defaultValue="Yes"/>
16+
</arguments>
17+
<selectOption selector="{{PayPalExpressCheckoutConfigSection.enableInContext(countryCode)}}" userInput="{{enableInContext}}" stepKey="enableInContext" after="inputMerchantID"/>
18+
</actionGroup>
19+
</actionGroups>

0 commit comments

Comments
 (0)