File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/Section/OtherPayPalPaymentsConfigSection Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
10
+ <section name =" PayPalPayflowProConfigSection" >
11
+ <element name =" configureBtn" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout-head" parameterized =" true" />
12
+ <element name =" partner" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_paypal_payflow_api_settings_partner" parameterized =" true" />
13
+ <element name =" user" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_paypal_payflow_api_settings_user" parameterized =" true" />
14
+ <element name =" vendor" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_paypal_payflow_api_settings_vendor" parameterized =" true" />
15
+ <element name =" password" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_paypal_payflow_api_settings_pwd" parameterized =" true" />
16
+ <element name =" testmode" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_paypal_payflow_api_settings_sandbox_flag" parameterized =" true" />
17
+ <element name =" enableSolution" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_enable_paypal_payflow" parameterized =" true" />
18
+ <element name =" enableVault" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways_paypal_payflowpro_with_express_checkout_paypal_payflow_required_payflowpro_cc_vault_active" parameterized =" true" />
19
+ <element name =" paymentGateway" type =" button" selector =" #payment_{{countryCode}}_paypal_payment_gateways-head" parameterized =" true" />
20
+ </section >
21
+ </sections >
You can’t perform that action at this time.
0 commit comments