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

- old
+ new

@@ -29,7 +29,11 @@ end def bin_control(options, &block) Requests::BinControl.new(options).response(&block) end + + def installment_info(options, &block) + Requests::InstallmentInfo.new(options).response(&block) + end end end