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

« Previous Version 5 Next »

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

plugins:
  hydra:
    main:
      bank_code: Yandex
      bank_account: Money

  yamoney:
    main:
      secret_key: # секретный ключ
      shop_id: 1234
      payment_types:
        PC: RMM_KIND_PaySys
        AC: RMM_KIND_PaySys
        GP:
          SVZNY: RMM_KIND_PaySys
          EURST: RMM_KIND_PaySys
          OTHER: RMM_KIND_PaySys
        MC: RMM_KIND_PaySys
        QW: RMM_KIND_PaySys
        default: RMM_KIND_PaySys
      currency_id: 643 # 643 - RUB, 10643 - для тестирования

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

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