Преглед изворни кода

Merge branch 'dev' of shop/php into master

shishichen пре 9 месеци
родитељ
комит
fce03d7ecc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -2426,7 +2426,7 @@ class StoreOrderRepository extends BaseRepository
2426 2426
 
2427 2427
                             ['type' => 'a1', 'price' => $orderpri, 'other' => 0, 'note' => "VR"],//VR支付
2428 2428
                             ['type' => 'a2', 'price' => $orderpri, 'other' => 0, 'note' => "现金"],//现金支付
2429
-                            ['type' => 'a3', 'price' => strval($vr_payment), 'other' => $cash_payment, 'note' => "现金+VR"],//现金支付
2429
+                            ['type' => 'a3', 'price' => strval($vr_payment), 'other' => strval($cash_payment), 'note' => "现金+VR"],//现金支付
2430 2430
                         ];
2431 2431
                     }
2432 2432