Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
plugins:
  chronopay:
    main:
      secret_key: secret
      product_id: 000000-0000-0000 # ид услуги в chronopay
      payment_field_attr: cs1
      date_format: '%m/%d/%Y %H:%M:%S'
 

listeners:
  http:
    plain:
      plugins: [chronopay/main]
 
workers:

  - listeners: [http/plain]