Sha256: 4d52319a2b3b7390273634a4146432e57d02522cfb7ce7b20bafe45f9d71a210

Contents?: true

Size: 388 Bytes

Versions: 14

Compression:

Stored size: 388 Bytes

Contents

# we need to add this route to the root Rails application because Spree can
# be mounted to some path eg. /shop and Apple Pay expects to access this file
# via https://example.com/.well-known/apple-developer-merchantid-domain-association
Rails.application.routes.draw do
  get '/.well-known/apple-developer-merchantid-domain-association' => 'spree/apple_pay_domain_verification#show'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_gateway-3.8.0 config/routes.rb
spree_gateway-3.7.5 config/routes.rb
spree_gateway-3.7.4 config/routes.rb
spree_gateway-3.7.3 config/routes.rb
spree_gateway-3.7.2 config/routes.rb
spree_gateway-3.7.1 config/routes.rb
spree_gateway-3.7.0 config/routes.rb
spree_gateway-3.6.7 config/routes.rb
spree_gateway-3.6.5 config/routes.rb
spree_gateway-3.6.4 config/routes.rb
spree_gateway-3.6.1 config/routes.rb
spree_gateway-3.6.0 config/routes.rb
spree_gateway-3.4.1 config/routes.rb
spree_gateway-3.4.0 config/routes.rb