Skip to content

Commit

Permalink
[project-base] Fixing white screen after 5 mins for GoPay payment met…
Browse files Browse the repository at this point in the history
…hod (#3456)
  • Loading branch information
JanMolcik authored Oct 2, 2024
2 parents f28d965 + 01359f1 commit c83101d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/Order/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -1229,4 +1229,9 @@ public function getCustomer()
{
return $this->customer;
}

public function resetOrderPaymentStatusPageValidityHash(): void
{
$this->orderPaymentStatusPageValidityHash = Uuid::uuid4()->toString();
}
}

0 comments on commit c83101d

Please sign in to comment.