Tree 1 mese fa
parent
commit
abb70e61af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 = [];
         if($PixType == 1){
-            $wayParam = ["cashtag" => $PixNum];
+            $wayParam = ["cashtag" => '$'.$PixNum];
         }
         if($PixType == 2){
             $wayParam = ["email" => $email];