|
7 | 7 | -->
|
8 | 8 |
|
9 | 9 | <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"> |
11 | 11 | <entity name="SamplePaypalConfig" type="paypal_config_state">
|
12 | 12 | <requiredEntity type="business_account">SampleBusinessAccount</requiredEntity>
|
13 | 13 | <requiredEntity type="api_username">SampleApiUsername</requiredEntity>
|
|
196 | 196 | <entity name="DisablePaypalPayflowProVault" type="payflowpro_cc_vault_active">
|
197 | 197 | <data key="value">0</data>
|
198 | 198 | </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> |
226 | 199 | <entity name="EnablePaypalPayStandard">
|
227 | 200 | <data key="path">payment/wps_express/active</data>
|
228 | 201 | <data key="value">1</data>
|
|
0 commit comments