No commit activity in last 3 years
No release in over 3 years
Bogus Gateway useful for testing applications using ActiveMerchant with Paypal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0

Runtime

 Project Readme

ActiveMerchant PaypalBogusGateway

Build Status

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!