mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 12:54:36 -04:00
Refactor company gateway schema for required fields
This commit is contained in:
parent
64b703513d
commit
4d58188da4
@ -102,7 +102,7 @@ class CompanyGatewayResolutionTest extends TestCase
|
|||||||
$this->cg->gateway_key = 'd14dd26a37cecc30fdd65700bfb55b23';
|
$this->cg->gateway_key = 'd14dd26a37cecc30fdd65700bfb55b23';
|
||||||
$this->cg->require_cvv = true;
|
$this->cg->require_cvv = true;
|
||||||
$this->cg->require_billing_address = 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->update_details = true;
|
||||||
$this->cg->config = encrypt(json_encode($json_config));
|
$this->cg->config = encrypt(json_encode($json_config));
|
||||||
$this->cg->fees_and_limits = $data;
|
$this->cg->fees_and_limits = $data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user