Sha256: 0a9e90584f931c84ec10f588e6172a79bd5a1a69c39cce5808f9dd44f61700f5

Contents?: true

Size: 237 Bytes

Versions: 11

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

Pay::Engine.routes.draw do
  resources :payments, only: [:show], module: :pay
  post "webhooks/stripe", to: "stripe_event/webhook#event"
  post "webhooks/braintree", to: "pay/webhooks/braintree#create"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pay-2.2.2 config/routes.rb
pay-2.2.1 config/routes.rb
pay-2.2.0 config/routes.rb
pay-2.1.3 config/routes.rb
pay-2.1.2 config/routes.rb
pay-2.1.1 config/routes.rb
pay-2.1.0 config/routes.rb
pay-2.0.3 config/routes.rb
pay-2.0.2 config/routes.rb
pay-2.0.1 config/routes.rb
pay-2.0.0 config/routes.rb