Skip to content

Instantly share code, notes, and snippets.

View ilibel's full-sized avatar

Ilya ilibel

View GitHub Profile
@ilibel
ilibel / routes.rb
Created March 27, 2017 16:30 — forked from kryzhovnik/routes.rb
Интеграция Яндекс.Кассы с Rails
# config/routes.rb
YandexKassaIntegration::Application.routes.draw do
# ...
scope '/yandex_kassa' do
controller 'yandex_kassa', constraints: { subdomain: 'ssl' } do
post :check
post :aviso
get :success
get :fail