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
fix: ensure ProPay customer exists before proxying wallet deposit
Users without a Customer record in ProPay received a 404 on deposit.
Now a find-or-create call registers the customer transparently using
the current user's full_name and email before the deposit is proxied.
0 commit comments