Payments need to be active to be recognised
This commit is contained in:
@@ -88,6 +88,7 @@ final class PaymentsImport implements ShouldQueue
|
||||
|
||||
// New Payment
|
||||
$po = new Payment;
|
||||
$po->active = TRUE;
|
||||
$po->site_id = 1; // @todo
|
||||
$po->paid_at = $pd;
|
||||
$po->checkout_id = '999'; // @todo
|
||||
|
Reference in New Issue
Block a user