forked from thomasbnielsen/omnipay-quickpay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thomasbnielsen#1 from NobrainerWeb/master
Updating to master
- Loading branch information
Showing
18 changed files
with
469 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,6 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"omnipay/common": "~2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { "Omnipay\\Quickpay\\" : "src/" } | ||
}, | ||
|
Oops, something went wrong.