ActiveMerchant PaypalBogusGateway
Gateway used for testing Paypal integration via ActiveMerchant, extracted from old Pull Request
Installation
Add this line to your application's Gemfile:
gem 'active_merchant-paypal-bogus-gateway'
And then execute:
$ bundle
Or install it yourself as:
$ gem install active_merchant-paypal-bogus-gateway
Usage
Load the extension in you tests which need it
require "active_merchant/ext/paypal_bogus_gateway"
ActiveMerchant::Billing::PaypalBogusGateway.new
For more details checkout this post
Development
Run bundle install
to get all the needed dependecies and bundle exec rake
to run the tests.
Contributing
Create a bug report and / or pull request!