544782275@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
b0bbde135e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      addons/shopro/library/PayService.php

+ 1 - 0
addons/shopro/library/PayService.php

@@ -151,6 +151,7 @@ class PayService
                     unset($order['openid']);
                 }
                 $order['total_fee'] = $order['total_fee'] * 100;
+                var_dump($this->config);exit();
                 $pay = Pay::wechat($this->config)->$method($order);
                 break;
             case 'alipay':