Sha256: 5644aca0cb7db77d6b8d4e795d3488e9693c9a165e6b410341e327580b81d6db
Contents?: true
Size: 296 Bytes
Versions: 6
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: "stripe_event/webhook#event" post "webhooks/braintree", to: "pay/webhooks/braintree#create" post "webhooks/paddle", to: "pay/webhooks/paddle#create" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pay-2.4.4 | config/routes.rb |
pay-2.4.3 | config/routes.rb |
pay-2.4.2 | config/routes.rb |
pay-2.4.0 | config/routes.rb |
pay-2.3.1 | config/routes.rb |
pay-2.3.0 | config/routes.rb |