Skip to content

Commit

Permalink
Composer tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Aug 18, 2016
1 parent 6d37b46 commit a6b5752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ The AJAX mode is set up the same way, but all the details are POSTed via AJAX ra
as a standard browser form. The result comes back as a JSON response, which may include a
3D Secure redirect, or may just contain the authorisation result.

TODO: the functionaly for this is complete, and will be documented here in due course.
TODO: the functionaly for this is available, and will be documented here soon.

# References

Expand All @@ -715,28 +715,3 @@ TODO: the functionaly for this is complete, and will be documented here in due c
Some great background information.












======

## Development Notes

Some development notes yet to be incorporated into the code or documentation:

* Other transaction types to support on the "Shop" API: refund, vauthorization, creditcardcheck (AJAX API?), 3dscheck, addresscheck
* Other gateway types exist: JavaScript, one-click purchasing.

## Hosted iframe Mode

* JS to include on page: https://secure.pay1.de/client-api/js/v1/payone_hosted_min.js
* This JS includes "classic" client-API mode functions supported by "AJAX mode" and "Redirect mode" (also worth following up)
* config.cardtype defines available card types (from list in package)
* See Platform_Client_API.pdf A few good examples are listed of the front-end markup and JS.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "academe/omnipay-payone",
"type": "library",
"description": "PAYONE gateway for the Omnipay payment processing library",
"description": "PAYONE gateway for the Omnipay 2.x payment processing library",
"keywords": [
"payone",
"gateway",
Expand All @@ -10,7 +10,7 @@
"pay",
"payment"
],
"homepage": "https://github.com/aimeos/omnipay-payone",
"homepage": "https://github.com/academe/omnipay-payone",
"license": "LGPLv3",
"authors": [
{
Expand Down

0 comments on commit a6b5752

Please sign in to comment.