Skip to content

Commit fd80c67

Browse files
committed
ACQE-6571:Check config for payments pro in Unites States
Update on Testcase
1 parent f671a3f commit fd80c67

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

app/code/Magento/Paypal/Test/Mftf/Data/PaypalData.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
1111
<entity name="SamplePaypalConfig" type="paypal_config_state">
1212
<requiredEntity type="business_account">SampleBusinessAccount</requiredEntity>
1313
<requiredEntity type="api_username">SampleApiUsername</requiredEntity>
@@ -196,33 +196,6 @@
196196
<entity name="DisablePaypalPayflowProVault" type="payflowpro_cc_vault_active">
197197
<data key="value">0</data>
198198
</entity>
199-
<entity name="DefaultPaypalStandardConfig" type="paypal_payment_wps_express_config_state">
200-
<requiredEntity type="business_account">DefaultPaypalStandardBusinessAccount</requiredEntity>
201-
<requiredEntity type="api_username">DefaultPaypalStandardUsername</requiredEntity>
202-
<requiredEntity type="api_password">DefaultPaypalStandardPassword</requiredEntity>
203-
<requiredEntity type="api_signature">DefaultPaypalStandardSignature</requiredEntity>
204-
<requiredEntity type="sandbox_flag">SandboxMode</requiredEntity>
205-
</entity>
206-
<entity name="DefaultPaypalStandardBusinessAccount" type="business_account">
207-
<data key="path">paypal/general/business_account</data>
208-
<data key="value">""</data>
209-
</entity>
210-
<entity name="DefaultPaypalStandardUsername" type="api_username">
211-
<data key="path">paypal/wpp/api_username</data>
212-
<data key="value">""</data>
213-
</entity>
214-
<entity name="DefaultPaypalStandardPassword" type="api_password">
215-
<data key="path">paypal/wpp/api_password</data>
216-
<data key="value">""</data>
217-
</entity>
218-
<entity name="DefaultPaypalStandardSignature" type="api_signature">
219-
<data key="path">paypal/wpp/api_signature</data>
220-
<data key="value">""</data>
221-
</entity>
222-
<entity name="SandboxMode" type="sandbox_flag">
223-
<data key="path">paypal/wpp/sandbox_flag</data>
224-
<data key="value">0</data>
225-
</entity>
226199
<entity name="EnablePaypalPayStandard">
227200
<data key="path">payment/wps_express/active</data>
228201
<data key="value">1</data>

0 commit comments

Comments
 (0)