• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

conedevelopment / bazar / 20693413327

04 Jan 2026 01:11PM UTC coverage: 66.68% (+2.6%) from 64.117%
20693413327

Pull #236

github

web-flow
Merge 3b69d9033 into f6c84deae
Pull Request #236: Discount Rules

213 of 312 new or added lines in 18 files covered. (68.27%)

105 existing lines in 40 files now uncovered.

1627 of 2440 relevant lines covered (66.68%)

18.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Gateway/TransferDriver.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Cone\Bazar\Gateway;
6

7
use Cone\Bazar\Models\Order;
8
use Exception;
9
use Illuminate\Http\Request;
10

11
class TransferDriver extends Driver
12
{
13
    /**
14
     * The driver name.
15
     */
16
    protected string $name = 'transfer';
17

18
    /**
19
     * {@inheritdoc}
20
     */
UNCOV
21
    public function handleNotification(Request $request, Order $order): Response
×
22
    {
23
        throw new Exception('This payment gateway does not support payment notifications.');
×
24
    }
25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc