You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deixando aqui uma pequan contribuição nessa API. Criei alguns zeros aleatorio e então a Api passou a gerar segunda via OBS ele não entende como segunda via.
Eu acho que essa Api é antiga. Provavelmente ele gera um novo hash diferente do antigo.
// Generate a random number between 0 and 3
$numZeros = rand(1, 4);
'order_number' => $order->id . str_repeat('0', $numZeros),
The text was updated successfully, but these errors were encountered:
Deixando aqui uma pequan contribuição nessa API. Criei alguns zeros aleatorio e então a Api passou a gerar segunda via OBS ele não entende como segunda via.
Eu acho que essa Api é antiga. Provavelmente ele gera um novo hash diferente do antigo.
// Generate a random number between 0 and 3
$numZeros = rand(1, 4);
'order_number' => $order->id . str_repeat('0', $numZeros),
The text was updated successfully, but these errors were encountered: