Sha256: 5b81cbaa4d5500dcdf8a67cf2a89cd2766c330fe94df7d1e3f5ff3c70a25fc7a

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

SolidusPaypalBraintree::Engine.routes.draw do
  resource :checkout, only: [:update, :edit]
  resource :client_token, only: [:create], format: :json
  resource :transactions, only: [:create]

  resources :configurations do
    collection do
      get :list
      post :update
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_paypal_braintree-1.2.0 config/routes.rb
solidus_paypal_braintree-1.1.2 config/routes.rb
solidus_paypal_braintree-1.1.1 config/routes.rb
solidus_paypal_braintree-1.1.0 config/routes.rb
solidus_paypal_braintree-1.0.0 config/routes.rb