Explorar el Código

Special characters are not allowed

laowu hace 6 días
padre
commit
4bf13c6512
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/logic/api/SupefinaSpeiCashierLogic.php

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

@@ -85,7 +85,7 @@ class SupefinaSpeiCashierLogic implements CashierInterFace
             'countryId'     => $countryId,
             'currency'      => $currency,
             'customerName'  => $customerName,
-            'description'   => 'withdraw_'.$OrderId,
+            'description'   => 'withdraw'.$OrderId,
             'merId'         => (string)$merId,
             'merOrderNo'    => (string)$OrderId,
             'nonceStr'      => $service->generateNonceStr(32),