keru_2807
Pathfinder
Community Member since ‎01-18-2024
‎01-29-2024

User Statistics

  • 3 Posts
  • 1 Solutions
  • 0 Helpful Votes Given
  • 0 Helpful Votes Received

User Activity

I'm am unable to validate my marketplace account deletion endpoint. My endpoint is using the following code.$hash = hash_init('sha256'); hash_update($hash, $challengeCode); hash_update($hash, $verificationToken); hash_update($hash, $endpoint); $respo...