支付修复Bug
This commit is contained in:
@@ -157,6 +157,7 @@ class ProductOrderSubmitForm extends BaseModel
|
||||
return [
|
||||
'is_paid' => 0,
|
||||
'order_id' => $productOrder['id'],
|
||||
'timestamp' => time(),
|
||||
];
|
||||
}
|
||||
$productOrderItems = ProductOrderItems::find()->where(['product_order_id' => $productOrder->id])->all();
|
||||
@@ -212,6 +213,7 @@ class ProductOrderSubmitForm extends BaseModel
|
||||
return [
|
||||
'is_paid' => 0,
|
||||
'order_id' => $productOrder['id'],
|
||||
'timestamp' => time(),
|
||||
];
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user