mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
5742db8505
commit
2b8e754a07
@ -144,7 +144,7 @@ class GatewayFeesCest
|
|||||||
|
|
||||||
private function createInvoice($I, $clientName, $productKey, $amount, $fee, $partial = false)
|
private function createInvoice($I, $clientName, $productKey, $amount, $fee, $partial = false)
|
||||||
{
|
{
|
||||||
$I->fillInvoice($I, $clientEmail, $productKey);
|
$I->fillInvoice($I, $clientName, $productKey);
|
||||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||||
|
|
||||||
if ($partial) {
|
if ($partial) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user