Module: WirecardCheckoutPage

Defined in:
lib/wirecard_checkout_page/init_response.rb,
lib/wirecard_checkout_page.rb,
lib/wirecard_checkout_page/errors.rb,
lib/wirecard_checkout_page/gateway.rb,
lib/wirecard_checkout_page/request.rb,
lib/wirecard_checkout_page/version.rb,
lib/wirecard_checkout_page/init_request.rb,
lib/wirecard_checkout_page/toolkit/request.rb,
lib/wirecard_checkout_page/checked_response.rb,
lib/wirecard_checkout_page/toolkit/response.rb,
lib/wirecard_checkout_page/response_checksum.rb,
lib/wirecard_checkout_page/toolkit/recur_payment.rb

Overview

Official Wirecard Checkout Page Docs for Toolkit Requests: integration.wirecard.at/doku.php/wcp:toolkit_light:start?s[]=toolkit

Defined Under Namespace

Modules: Toolkit, Utils Classes: CheckedResponse, Gateway, InitRequest, InitResponse, InvalidResponseFingerPrintOrder, NotImplementedError, Request, ResponseChecksum, ValueMissing, WirecardCheckoutPageError

Constant Summary collapse

VERSION =

WirecardCheckoutPage version

'0.1.0'
VERSION_ARRAY =

:nodoc:

VERSION.split('.').map(&:to_i)
VERSION_MAJOR =

:nodoc:

VERSION_ARRAY[0]
VERSION_MINOR =

:nodoc:

VERSION_ARRAY[1]
VERSION_BUILD =

:nodoc:

VERSION_ARRAY[2]