Ver Fonte

no message

Tree há 3 meses atrás
pai
commit
abb70e61af
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Http/logic/api/WiwiPayCashierLogic.php

+ 1 - 1
app/Http/logic/api/WiwiPayCashierLogic.php

@@ -35,7 +35,7 @@ class WiwiPayCashierLogic implements CashierInterFace
         ];
         ];
         $wayParam = [];
         $wayParam = [];
         if($PixType == 1){
         if($PixType == 1){
-            $wayParam = ["cashtag" => $PixNum];
+            $wayParam = ["cashtag" => '$'.$PixNum];
         }
         }
         if($PixType == 2){
         if($PixType == 2){
             $wayParam = ["email" => $email];
             $wayParam = ["email" => $email];