Sha256: 45c9534307165bf4113b3f4e1b92f69197fc837cb7c1d822220745ba9a624fd3

Contents?: true

Size: 249 Bytes

Versions: 22

Compression:

Stored size: 249 Bytes

Contents

module Spree
  class Gateway::StripeApplePayGateway < Gateway::StripeGateway
    preference :country_code, :string, default: 'US'
    preference :domain_verification_certificate, :text

    def method_type
      'stripe_apple_pay'
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
spree_gateway-3.11.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.10.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb
archetype_spree_gateway-3.9.5.1 app/models/spree/gateway/stripe_apple_pay_gateway.rb
archetype_spree_gateway-3.9.5 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.9.4 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.9.3 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.9.2 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.9.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.8.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.5 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.4 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.3 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.2 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.1 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.7.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.6.7 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.6.5 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.6.4 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.6.1 app/models/spree/gateway/stripe_apple_pay_gateway.rb
spree_gateway-3.6.0 app/models/spree/gateway/stripe_apple_pay_gateway.rb