Ken 2 veckor sedan
förälder
incheckning
8a42e03e61
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      app/Services/TopUpService.php

+ 2 - 2
app/Services/TopUpService.php

@@ -183,8 +183,8 @@ class TopUpService
 
         $keyboard = [
             [
-                ['text' => '$TRC20', 'callback_data' => "topup@@TRC20"],
-                ['text' => '$ERC20', 'callback_data' => 'topUp@@ERC20']
+                ['text' => 'TRC20', 'callback_data' => "topup@@RechargeTRC20"],
+                ['text' => 'ERC20', 'callback_data' => 'topUp@@RechargeERC20']
             ],
             [
                 ['text' => "🔙返回", 'callback_data' => "topUp@@home"],