config.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <region>
  21. <country>
  22. <us>https://payments.amazon.com/overview</us>
  23. <uk>https://payments.amazon.co.uk/overview</uk>
  24. <de>https://payments.amazon.de/overview</de>
  25. <jp>https://payments.amazon.co.jp/overview</jp>
  26. </country>
  27. </region>
  28. <multicurrency>
  29. <regions>uk,de</regions>
  30. <currencies>AUD,GBP,DKK,EUR,HKD,JPY,NZD,NOK,ZAR,SEK,CHF,USD</currencies>
  31. </multicurrency>
  32. <client>
  33. <paths>
  34. <secretkey>secret_key</secretkey>
  35. <accesskey>access_key</accesskey>
  36. <merchantid>merchant_id</merchantid>
  37. <clientid>client_id</clientid>
  38. <clientsecret>client_secret</clientsecret>
  39. <amazonregion>region</amazonregion>
  40. <amazonsandbox>sandbox</amazonsandbox>
  41. </paths>
  42. </client>
  43. <widget>
  44. <production>
  45. <de>https://static-eu.payments-amazon.com/OffAmazonPayments/de/lpa/js/Widgets.js?nomin</de>
  46. <uk>https://static-eu.payments-amazon.com/OffAmazonPayments/uk/lpa/js/Widgets.js?nomin</uk>
  47. <us>https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js?nomin</us>
  48. <jp>https://static-fe.payments-amazon.com/OffAmazonPayments/jp/lpa/js/Widgets.js?nomin</jp>
  49. </production>
  50. <sandbox>
  51. <de>https://static-eu.payments-amazon.com/OffAmazonPayments/de/sandbox/lpa/js/Widgets.js?nomin</de>
  52. <uk>https://static-eu.payments-amazon.com/OffAmazonPayments/uk/sandbox/lpa/js/Widgets.js?nomin</uk>
  53. <us>https://static-na.payments-amazon.com/OffAmazonPayments/us/sandbox/js/Widgets.js?nomin</us>
  54. <jp>https://static-fe.payments-amazon.com/OffAmazonPayments/jp/sandbox/lpa/js/Widgets.js?nomin</jp>
  55. </sandbox>
  56. </widget>
  57. <customer>
  58. <address>
  59. <street_lines>3</street_lines>
  60. </address>
  61. </customer>
  62. </default>
  63. </config>