Class: SpreeAdyen::PaymentSession

Inherits:
Base
  • Object
show all
Defined in:
app/models/spree_adyen/payment_session.rb

Constant Summary collapse

AVAILABLE_CHANNELS =
{
  ios: 'iOS',
  android: 'Android',
  web: 'Web'
}.freeze