Exception: GpWebpay::Ws::Services::ProcessCardOnFilePayment::GpWebpayConfirmationRequired

Inherits:
Error
  • Object
show all
Defined in:
lib/gp_webpay/ws/services/process_card_on_file_payment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil, authentication_link = nil) ⇒ GpWebpayConfirmationRequired

Returns a new instance of GpWebpayConfirmationRequired.



40
41
42
43
# File 'lib/gp_webpay/ws/services/process_card_on_file_payment.rb', line 40

def initialize(msg = nil, authentication_link = nil)
  super(msg)
  @authentication_link = authentication_link
end

Instance Attribute Details

Returns the value of attribute authentication_link.



38
39
40
# File 'lib/gp_webpay/ws/services/process_card_on_file_payment.rb', line 38

def authentication_link
  @authentication_link
end