mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Gateways: WePay: Credit card: Pay with new card
This commit is contained in:
parent
e6da498ab5
commit
d8d2aae5e2
@ -14,6 +14,7 @@ namespace App\PaymentDrivers\WePay;
|
||||
use App\Exceptions\PaymentFailed;
|
||||
use App\Jobs\Mail\PaymentFailureMailer;
|
||||
use App\Jobs\Util\SystemLogger;
|
||||
use App\Models\GatewayType;
|
||||
use App\Models\PaymentType;
|
||||
use App\Models\SystemLog;
|
||||
|
||||
|
@ -40,8 +40,6 @@ class CreditCardTest extends DuskTestCase
|
||||
|
||||
public function testPayWithNewCard()
|
||||
{
|
||||
$this->markTestSkipped('Issue with wrong parameter passing. Error 500 on backend.');
|
||||
|
||||
$this->browse(function (Browser $browser) {
|
||||
$browser
|
||||
->visitRoute('client.invoices.index')
|
||||
|
Loading…
x
Reference in New Issue
Block a user