Sha256: 642e5428ab5e2a44921f2b71314a2af213d291103f5458b2458db11ee42e7c43

Contents?: true

Size: 279 Bytes

Versions: 14

Compression:

Stored size: 279 Bytes

Contents

module Stripe
  class ThreeDSecure < APIResource
    extend Stripe::APIOperations::Create

    def self.resource_url
      "/v1/3d_secure"
    end

    def self.retrieve(id, opts=nil)
      raise NotImplementedError.new("3D Secure objects cannot be retrieved")
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
stripe-1.56.2 lib/stripe/three_d_secure.rb
stripe-1.56.1 lib/stripe/three_d_secure.rb
stripe-1.56.0 lib/stripe/three_d_secure.rb
stripe-1.55.1 lib/stripe/three_d_secure.rb
stripe-1.55.0 lib/stripe/three_d_secure.rb
stripe-1.54.0 lib/stripe/three_d_secure.rb
stripe-1.53.0 lib/stripe/three_d_secure.rb
stripe-1.52.0 lib/stripe/three_d_secure.rb
stripe-1.51.1 lib/stripe/three_d_secure.rb
stripe-1.51.0 lib/stripe/three_d_secure.rb
stripe-1.50.1 lib/stripe/three_d_secure.rb
stripe-1.50.0 lib/stripe/three_d_secure.rb
stripe-1.49.0 lib/stripe/three_d_secure.rb
stripe-1.48.0 lib/stripe/three_d_secure.rb