Module: Tamara::PaymentOptions

Defined in:
lib/tamara/api/payment_options.rb,
lib/tamara/api/payment_options/check.rb

Defined Under Namespace

Classes: Check

Class Method Summary collapse

Class Method Details

.check(country:, phone_number:, order_value:, is_vip: false, opts: {}) ⇒ Object



3
4
5
6
7
8
9
10
11
# File 'lib/tamara/api/payment_options.rb', line 3

def self.check(country:, phone_number:, order_value:, is_vip: false, opts: {})
  Tamara::PaymentOptions::Check.call(
    country: country,
    phone_number: phone_number,
    order_value: order_value,
    is_vip: is_vip,
    opts: opts
  )
end