add tests batch 20
This commit is contained in:
@@ -27,7 +27,7 @@ class RefundPayoutServiceTest extends TestCase
|
||||
'updated_at' => now(),
|
||||
]);
|
||||
|
||||
$service = new RefundPayoutService;
|
||||
$service = new RefundPayoutService();
|
||||
$result = $service->recordPayment(1, [
|
||||
'paid_amount' => 40,
|
||||
'payment_method' => 'Cash',
|
||||
|
||||
Reference in New Issue
Block a user