mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-05 00:02:50 -04:00
12 lines
200 B
Ruby
12 lines
200 B
Ruby
module Stripe
|
|
class ThreeDSecure < APIResource
|
|
extend Stripe::APIOperations::Create
|
|
|
|
OBJECT_NAME = "three_d_secure".freeze
|
|
|
|
def self.resource_url
|
|
"/v1/3d_secure"
|
|
end
|
|
end
|
|
end
|