paypal_config-meta.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="CreatePaypalConfigState" dataType="paypal_config_state" type="create" auth="adminFormKey" url="/admin/system_config/save/section/payment/" method="POST">
  11. <object key="groups" dataType="paypal_config_state">
  12. <object key="paypal_alternative_payment_methods" dataType="paypal_config_state">
  13. <object key="groups" dataType="paypal_config_state">
  14. <object key="express_checkout_us" dataType="paypal_config_state">
  15. <object key="groups" dataType="paypal_config_state">
  16. <object key="express_checkout_required" dataType="paypal_config_state">
  17. <object key="groups" dataType="paypal_config_state">
  18. <object key="express_checkout_required_express_checkout" dataType="paypal_config_state">
  19. <object key="fields" dataType="paypal_config_state">
  20. <object key="business_account" dataType="business_account">
  21. <field key="value">string</field>
  22. </object>
  23. <object key="api_username" dataType="api_username">
  24. <field key="value">string</field>
  25. </object>
  26. <object key="api_password" dataType="api_password">
  27. <field key="value">string</field>
  28. </object>
  29. <object key="api_signature" dataType="api_signature">
  30. <field key="value">string</field>
  31. </object>
  32. <object key="sandbox_flag" dataType="sandbox_flag">
  33. <field key="value">string</field>
  34. </object>
  35. <object key="use_proxy" dataType="use_proxy">
  36. <field key="value">string</field>
  37. </object>
  38. <object key="api_authentication" dataType="api_authentication">
  39. <field key="value">string</field>
  40. </object>
  41. </object>
  42. </object>
  43. </object>
  44. </object>
  45. </object>
  46. </object>
  47. </object>
  48. </object>
  49. </object>
  50. </operation>
  51. </operations>