Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. config.after_initialize do
  2. ActiveMerchant::Billing::Base.mode = :test
  3. end
  4.  
  5. config.to_prepare do
  6. OrderTransaction.gateway =
  7. ActiveMerchant::Billing::PaypalGateway.new(
  8. :login => 'ruslan',
  9. :password => '256742258'
  10. )
  11. end
Add Comment
Please, Sign In to add comment