lib/mangopay/pay_in.rb in mangopay-3.16.0 vs lib/mangopay/pay_in.rb in mangopay-3.17.0

- old
+ new

@@ -185,9 +185,19 @@ "#{MangoPay.api_path}/payins/payment-methods/satispay" end end end + module Klarna + class Web < Resource + include HTTPCalls::Create + + def self.url(*) + "#{MangoPay.api_path}/payins/payment-methods/klarna" + end + end + end + module RecurringPayments class Recurring < Resource include HTTPCalls::Create include HTTPCalls::Fetch include HTTPCalls::Update