Gateways: WePay: Credit card: Pay with new card

This commit is contained in:
Benjamin Beganović 2021-07-12 13:30:23 +02:00
parent e6da498ab5
commit d8d2aae5e2
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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')