lib/mangopay/pay_in.rb in mangopay-3.18.0 vs lib/mangopay/pay_in.rb in mangopay-3.19.0
- old
+ new
@@ -195,9 +195,29 @@
"#{MangoPay.api_path}/payins/payment-methods/klarna"
end
end
end
+ module Ideal
+ class Web < Resource
+ include HTTPCalls::Create
+
+ def self.url(*)
+ "#{MangoPay.api_path}/payins/payment-methods/ideal"
+ end
+ end
+ end
+
+ module Giropay
+ class Web < Resource
+ include HTTPCalls::Create
+
+ def self.url(*)
+ "#{MangoPay.api_path}/payins/payment-methods/giropay"
+ end
+ end
+ end
+
module RecurringPayments
class Recurring < Resource
include HTTPCalls::Create
include HTTPCalls::Fetch
include HTTPCalls::Update