Class: Tappay::ApplePay::Pay

Inherits:
PaymentBase show all
Defined in:
lib/tappay/apple_pay/pay.rb

Constant Summary

Constants inherited from PaymentBase

PaymentBase::VALID_INSTALMENT_VALUES

Instance Attribute Summary

Attributes inherited from Client

#options

Instance Method Summary collapse

Methods inherited from PaymentBase

#execute, #initialize

Methods inherited from Client

#initialize, #post

Constructor Details

This class inherits a constructor from Tappay::PaymentBase

Instance Method Details

#endpoint_urlObject



7
8
9
# File 'lib/tappay/apple_pay/pay.rb', line 7

def endpoint_url
  Tappay::Endpoints::Payment.pay_by_prime_url
end