braintree_config-meta.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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="CreateBraintreeConfigState" dataType="braintree_config_state" type="create" auth="adminFormKey" url="/admin/system_config/save/section/payment/" method="POST">
  11. <object key="groups" dataType="braintree_config_state">
  12. <object key="braintree_section" dataType="braintree_config_state">
  13. <object key="groups" dataType="braintree_config_state">
  14. <object key="braintree" dataType="braintree_config_state">
  15. <object key="groups" dataType="braintree_config_state">
  16. <object key="braintree_required" dataType="braintree_config_state">
  17. <object key="fields" dataType="braintree_config_state">
  18. <object key="title" dataType="title">
  19. <field key="value">string</field>
  20. </object>
  21. <object key="environment" dataType="environment">
  22. <field key="value">string</field>
  23. </object>
  24. <object key="payment_action" dataType="payment_action">
  25. <field key="value">string</field>
  26. </object>
  27. <object key="merchant_id" dataType="merchant_id">
  28. <field key="value">string</field>
  29. </object>
  30. <object key="public_key" dataType="public_key">
  31. <field key="value">string</field>
  32. </object>
  33. <object key="private_key" dataType="private_key">
  34. <field key="value">string</field>
  35. </object>
  36. </object>
  37. </object>
  38. </object>
  39. </object>
  40. </object>
  41. </object>
  42. </object>
  43. </operation>
  44. <operation name="CustomBraintreeConfigState" dataType="custom_braintree_config_state" type="create" auth="adminFormKey" url="/admin/system_config/save/section/payment/" method="POST">
  45. <object key="groups" dataType="custom_braintree_config_state">
  46. <object key="braintree_section" dataType="custom_braintree_config_state">
  47. <object key="groups" dataType="custom_braintree_config_state">
  48. <object key="braintree" dataType="custom_braintree_config_state">
  49. <object key="fields" dataType="custom_braintree_config_state">
  50. <object key="braintree_cc_vault_active" dataType="braintree_cc_vault_active">
  51. <field key="value">integer</field>
  52. </object>
  53. <object key="active" dataType="active">
  54. <field key="value">string</field>
  55. </object>
  56. </object>
  57. </object>
  58. </object>
  59. </object>
  60. </object>
  61. </operation>
  62. </operations>