config.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License").
  7. * You may not use this file except in compliance with the License.
  8. * A copy of the License is located at
  9. *
  10. * http://aws.amazon.com/apache2.0
  11. *
  12. * or in the "license" file accompanying this file. This file is distributed
  13. * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  14. * express or implied. See the License for the specific language governing
  15. * permissions and limitations under the License.
  16. */
  17. -->
  18. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  19. <default>
  20. <payment>
  21. <amazonlogin>
  22. <active>0</active>
  23. <model>Amazon\Payment\Model\Method\AmazonLoginMethod</model>
  24. <order_status>pending</order_status>
  25. <title>Amazon Pay</title>
  26. <allowspecific>0</allowspecific>
  27. </amazonlogin>
  28. <amazon_payment>
  29. <active>0</active>
  30. <is_gateway>1</is_gateway>
  31. <title>Amazon Pay</title>
  32. <sort_order>1</sort_order>
  33. <model>AmazonFacade</model>
  34. <order_status>processing</order_status>
  35. <payment_action>authorize</payment_action>
  36. <can_authorize>1</can_authorize>
  37. <can_capture>1</can_capture>
  38. <can_capture_partial>1</can_capture_partial>
  39. <can_void>1</can_void>
  40. <can_cancel>1</can_cancel>
  41. <can_refund_partial_per_invoice>1</can_refund_partial_per_invoice>
  42. <can_refund>1</can_refund>
  43. <can_use_checkout>1</can_use_checkout>
  44. <packstation_terms>Packstation,Pack-Station,Pack Station,PO Box,Post Office box,Locker</packstation_terms>
  45. <lwa_enabled>0</lwa_enabled>
  46. <authorization_mode>synchronous</authorization_mode>
  47. <update_mechanism>polling</update_mechanism>
  48. <pwa_pp_button_is_visible>1</pwa_pp_button_is_visible>
  49. <minicart_button_is_visible>1</minicart_button_is_visible>
  50. <button_type>full</button_type>
  51. <button_color>Gold</button_color>
  52. <button_size>medium</button_size>
  53. <logging>1</logging>
  54. <platform_id>AUGT0HMCLQVX1</platform_id>
  55. <hard_decline_code>4273</hard_decline_code>
  56. <soft_decline_code>7638</soft_decline_code>
  57. </amazon_payment>
  58. </payment>
  59. </default>
  60. </config>