fly há 5 anos atrás
pai
commit
0051bad3fa
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app/Libs/Pay/Merchants/Official.php

+ 0 - 1
app/Libs/Pay/Merchants/Official.php

@@ -65,7 +65,6 @@ class Official implements PayMerchantInterface
         ];
         $order = new Wxorder($attributes);
         $result = $app->payment->prepare($order);
-        dd($order);
         if ($result->return_code == 'SUCCESS' && $result->result_code == 'SUCCESS') {
             switch ($trade_type) {
                 case 'JSAPI':