Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Пример настройки стыковки с Яндекс.Деньги

plugins:
  yamoney:
    main:
      secret_key: # секретный ключ
      shop_id: 1234
      payment_types:
        PC: Яндекс.Деньги
        AC: Банковская карта
        GP:
          SVZNY: Терминал "Связной"
          EURST: Терминал "Евросеть"
          OTHER: Терминал
        MC: Мобильный телефон
      currency_id: 643 # 643 - RUB, 10643 - для тестирования

listeners:
  http:
    plain:
      plugins: [yamoney/main]

workers:
  - listeners: [http/plain]
  • No labels