seven hai 3 días
pai
achega
a26ff15b80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/SanJinRechargeService.php

+ 1 - 1
app/Services/SanJinRechargeService.php

@@ -269,7 +269,7 @@ class SanJinRechargeService
                 'reply_to_message_id' => $messageId
             ];
         }
-       
+        Cache::forget(get_step_key($chatId));
         $res = PaymentOrderService::createPay($chatId,$amount,$paymentType);
         return $res;
     }