trustly / trustly-client-php

Trustly API PHP Client implementation
MIT License
18 stars 28 forks source link

Updated UUID generation method to generate more unique UUIDs #20

Closed rugpjutis-ak closed 8 months ago

rugpjutis-ak commented 4 years ago

Had a lot of ERROR_DUPLICATE_UUID errors when using this library in our production environment. Changing the generateUUID method seems to have solved the problem. The issue is mentioned in this comment regarding the previously used method