Closed bluzeey closed 3 months ago
Hi there,
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Cashier Paddle Version
2.5.1
Laravel Version
11.2.0
PHP Version
8.2
Database Driver & Version
No response
Description
So I create a customer when i create or register a user .
On my checkout page as well. I first check whether there is a customer or not and then I create a customer if not existing (for legacy users) , and then show them the checkout.
However i am getting user already exists in database for my production users. This is urgent and I would appreciate a resolution on this. Funnily enough, i am not getting this error in my local. I also updated the composer library in the production.
Steps To Reproduce
https://github.com/bluzeey/bug-report Here's the repository for the bug report.