Skip to content

Instantly share code, notes, and snippets.

@mib32
Created February 3, 2015 21:21
Show Gist options
  • Save mib32/835c4e37353e9fa5464a to your computer and use it in GitHub Desktop.
Save mib32/835c4e37353e9fa5464a to your computer and use it in GitHub Desktop.
# models/robokassa.rb
module Spree
class Gateway::Robokassa < Gateway
preference :mrch_login, :string
preference :password1, :password
preference :password2, :password
def provider_class
ActiveMerchant::Billing::Integrations::Robokassa
end
end
end
# engine.rb
app.config.spree.payment_methods << Spree::Gateway::Robokassa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment