Refactor company gateway schema for required fields

This commit is contained in:
David Bomba 2020-11-04 08:29:53 +11:00
parent 64b703513d
commit 4d58188da4

View File

@ -102,7 +102,7 @@ class CompanyGatewayResolutionTest extends TestCase
$this->cg->gateway_key = 'd14dd26a37cecc30fdd65700bfb55b23';
$this->cg->require_cvv = true;
$this->cg->require_billing_address = true;
$this->cg->show_shipping_address = true;
$this->cg->require_shipping_address = true;
$this->cg->update_details = true;
$this->cg->config = encrypt(json_encode($json_config));
$this->cg->fees_and_limits = $data;