Skip to content

Commit

Permalink
remove gateways without tests or gatewasys that fail in tests. update…
Browse files Browse the repository at this point in the history
… README. add CHANGELOG
  • Loading branch information
akDeveloper committed Oct 5, 2012
1 parent 56eb634 commit 77fd85d
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 2,656 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* 1.0.0 (2012-10-05)
* Initial release
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@ The aim is to develop a PHP application to includes payments gateway under a com
## Supported Gateways

* [Authorize.net](http://www.authorize.net)
* [Centinel 3D Secure](http://www.cardinalcommerce.com)
* [CardStream](http://www.cardstream.com)
* [Eurobank Payment](http://www.eurobank.gr/online/home/generic.aspx?id=79&mid=635)
* [Eway](http://www.eway.com.au/)
* [Hsbc Secure e-Payment](http://www.hsbc.co.uk/1/2/business/cards-payments/secure-epayments)
* [Paypal Express Checkout](https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECGettingStarted)
* [PayPal Website Payments Pro](https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=merchant/wp_pro)
* [PayPal Payflow Pro](https://www.paypal.com/cgi-bin/webscr?cmd=_payflow-pro-overview-outside)
* [Barclay's ePDQ Gateway](http://www.barclaycard.co.uk)
* [Realex](http://www.realexpayments.com)
* [Piraeus Paycenter](http://www.piraeusbank.gr)
* [Realex](http://www.realexpayments.com)

## Requirements

* PHP 5.3+ ( Test it on php 5.4.4 :P)
* PHP 5.3.3+
* cUrl
* SimpleXML

## Usage

require_once('path/to/lib/merchant.php');
require_once('path/to/lib/autoload.php');
// or require_once('path/to/vendor/autoload.php') if you use composer

use AktiveMerchant\Billing\Base;
use AktiveMerchant\Billing\CreditCard;
Expand Down
202 changes: 0 additions & 202 deletions lib/AktiveMerchant/Billing/Gateways/Centinel.php

This file was deleted.

Loading

2 comments on commit 77fd85d

@tomdmaguire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Andreas,

Do you plan to re-implement these gateways in the near future?

I'm thinking about upgrading our version of AM to the new 5.3 / composer friendly verison (nice work btw :)), and would need to add the extra gateways back in.

I'm happy to do this, but was there a reason why you chose to remove them?

Tom

@tomdmaguire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore that, just spotted the develop branch ;)

Please sign in to comment.