diff --git a/src/Gateway.php b/src/Gateway.php index c7e6dbf..9a78007 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -25,6 +25,8 @@ public function getName() * returnMethod : either 'post' or 'redirect'; anything blank/invalid will result in 'post' * sendMail : 'y' if gateway sends receipt to user; blank/invalid (or if no email address supplied) means no email * + * currency should also be set to 'GBP' + * * @return array */ public function getDefaultParameters() @@ -36,7 +38,6 @@ public function getDefaultParameters() 'sendMail' => '', 'testEndpoint' => '', 'liveEndpoint' => '', - 'currency' => 'GBP', 'testMode' => false, ); }