lib/iyzi/resources.rb in iyzi-0.2.0 vs lib/iyzi/resources.rb in iyzi-0.3.0

- old
+ new

@@ -33,7 +33,15 @@ end def installment_info(options, &block) Requests::InstallmentInfo.new(options).response(&block) end + + def threeds_initialize(options, &block) + Requests::ThreedsInitialize.new(options).response(&block) + end + + def threeds_payment_create(options, &block) + Requests::ThreedsPaymentCreate.new(options).response(&block) + end end end