Fix adding the product_id to account based charges (when services are not active)
This commit is contained in:
@@ -285,7 +285,7 @@ class Account extends Model implements IDs
|
||||
|
||||
$ii->active = TRUE;
|
||||
$ii->service_id = $oo->service_id;
|
||||
$ii->product_id = $this->product_id;
|
||||
$ii->product_id = $oo->product_id;
|
||||
$ii->quantity = $oo->quantity;
|
||||
$ii->item_type = $oo->type;
|
||||
$ii->price_base = $oo->amount;
|
||||
|
Reference in New Issue
Block a user