Sha256: 5d2d76029099511cdf237bb1efc8e5bc3308801969b71a9da545a0c499c218e9

Contents?: true

Size: 296 Bytes

Versions: 40

Compression:

Stored size: 296 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
pay-3.0.24 config/routes.rb
pay-3.0.23 config/routes.rb
pay-3.0.22 config/routes.rb
pay-3.0.21 config/routes.rb
pay-3.0.20 config/routes.rb
pay-3.0.19 config/routes.rb
pay-3.0.18 config/routes.rb
pay-3.0.17 config/routes.rb
pay-3.0.16 config/routes.rb
pay-3.0.15 config/routes.rb
pay-3.0.14 config/routes.rb
pay-3.0.13 config/routes.rb
pay-3.0.12 config/routes.rb
pay-3.0.11 config/routes.rb
pay-3.0.10 config/routes.rb
pay-3.0.9 config/routes.rb
pay-3.0.8 config/routes.rb
pay-3.0.7 config/routes.rb
pay-3.0.6 config/routes.rb
pay-3.0.5 config/routes.rb