1
This commit is contained in:
parent
1651896958
commit
4c23655a7c
@ -1255,7 +1255,7 @@ class PatientOrderService extends BaseService
|
||||
}
|
||||
|
||||
// 实际支付金额
|
||||
if (env("APP_ENV") == "prod"){
|
||||
if (env("APP_ENV") == "dev"){
|
||||
$payment_amount_total = 0.01;
|
||||
}else{
|
||||
$payment_amount_total = $amount_total + $logistics_fee;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user