Sha256: f3c663b6076388f07b89882988fc1f1ba7564bcc8958479f579289c97f7f8a04
Contents?: true
Size: 286 Bytes
Versions: 4
Compression:
Stored size: 286 Bytes
Contents
CatarsePaypalExpress::Engine.routes.draw do resources :paypal_express, only: [], path: 'payment/paypal_express' do collection do post :ipn end member do post :refund get :review post :pay get :success get :cancel end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
catarse_paypal_express-2.2.0 | config/routes.rb |
catarse_paypal_express-2.1.2 | config/routes.rb |
catarse_paypal_express-2.1.1 | config/routes.rb |
catarse_paypal_express-2.1.0 | config/routes.rb |