Tree vor 1 Monat
Ursprung
Commit
abb70e61af
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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];