mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
47f38ad54e
commit
ab3de15381
@ -227,7 +227,7 @@ class PaymentService {
|
|||||||
|
|
||||||
// setup the gateway/payment info
|
// setup the gateway/payment info
|
||||||
$gateway = $this->createGateway($accountGateway);
|
$gateway = $this->createGateway($accountGateway);
|
||||||
$details = $this->getPaymentDetails($invitation);
|
$details = $this->getPaymentDetails($invitation, $accountGateway);
|
||||||
$details['cardReference'] = $token;
|
$details['cardReference'] = $token;
|
||||||
|
|
||||||
// submit purchase/get response
|
// submit purchase/get response
|
||||||
|
@ -4,7 +4,7 @@ use Codeception\Util\Fixtures;
|
|||||||
use \AcceptanceTester;
|
use \AcceptanceTester;
|
||||||
use Faker\Factory;
|
use Faker\Factory;
|
||||||
|
|
||||||
class OnlinePaymentCest
|
class CheckBalanceCest
|
||||||
{
|
{
|
||||||
private $faker;
|
private $faker;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user