xieruidong 2 éve
szülő
commit
6435291c6a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      application/common/service/OrderPayService.php

+ 1 - 1
application/common/service/OrderPayService.php

@@ -63,7 +63,7 @@ class OrderPayService{
 
    public function companyBank(){
        require __DIR__.'/../library/upacp_demo_b2b/demo/api_02_b2b/Form_6_2_FrontConsume.php';
-       $html=ylUnifyOrder($this->payment->order_no,$this->getAmount('f'),$this->expire,$this->notifyUrl(),$this->returnUrl());
+       $html=uniCompanyPay($this->payment->order_no,$this->getAmount('f'),$this->expire,$this->notifyUrl(),$this->returnUrl());
        $cacheKey='payment_'.session_create_id();
        Cache::set($cacheKey,$html,60);
        return [