Skip to content

Commit

Permalink
Merge pull request thomasbnielsen#1 from NobrainerWeb/master
Browse files Browse the repository at this point in the history
Updating to master
  • Loading branch information
Archanium authored Jul 14, 2016
2 parents 1cee5c7 + 5eb8bd9 commit 05d110f
Show file tree
Hide file tree
Showing 18 changed files with 469 additions and 123 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# omnipay-quickpay
A work in progress Omnipay driver for the Quickpay payment processor.
### Supported Omnipay functionality
* Authorize
* Purchase
* Capture
* Refund
* Void
* Notification
* Recurring (Not supported by Omnipay, but Quickpay has made this functionality very similar to regular payments)

### Supported Quickpay parameters
* type
* merchant
* agreement
* apikey
* privatekey
* language
* google_analytics_tracking_id
* google_analytics_client_id
* description
* order_id
* payment_methods
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"email": "[email protected]"
}
],
"require": {
"omnipay/common": "~2.0"
},
"autoload": {
"psr-4": { "Omnipay\\Quickpay\\" : "src/" }
},
Expand Down
Loading

0 comments on commit 05d110f

Please sign in to comment.