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