From 58423cf7573d1c1bef36605de2bf77965a44d86b Mon Sep 17 00:00:00 2001 From: Albert Samuel Date: Mon, 10 Dec 2018 16:06:03 +1100 Subject: [PATCH 1/2] Updated the real gateway name I spent a lot of time finding the gateway name because using simply 'SecurePay' didn't work. It returns 'Omnipay\SecurePay\Gateway' not found. After spent hours of research the real gateway name is 'SecurePay_DirectPost' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f38281..3e92ee4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ composer require league/omnipay omnipay/securepay The following gateways are provided by this package: -* SecurePay +* SecurePay_DirectPost For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository. From 0daa5b71898e82597361099db48cb14ed97ea5d6 Mon Sep 17 00:00:00 2001 From: Albert Samuel Date: Wed, 12 Dec 2018 10:48:50 +1100 Subject: [PATCH 2/2] Update README.md Added SecurePay_SecureXML as pointed out by @Orteko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e92ee4..e6cf2cd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ composer require league/omnipay omnipay/securepay The following gateways are provided by this package: * SecurePay_DirectPost +* SecurePay_SecureXML For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.