Minor fixes

This commit is contained in:
= 2021-08-18 21:46:04 +10:00
parent c016f5d08a
commit 357b8929a6

View File

@ -79,7 +79,7 @@ class Gateway extends StaticModel
{ {
switch ($this->id) { switch ($this->id) {
case 1: case 1:
return [GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true]];//Authorize.net return [GatewayType::CREDIT_CARD => ['refund' => true, 'token_billing' => true]]; //Authorize.net
break; break;
case 3: case 3:
return [GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true]];//eWay return [GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true]];//eWay