Details
-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: Eris
-
Fix Version/s: Eris
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 6
Description
- steps;
- Login to Reseller UI
- Click on create Merchant button.
- Give all details and save.
- Run the below query to check Merchant saved details.
SELECT * FROM smb.users a WHERE a.email='amlqa212@gmail.com';
Actual: Here in 'first_name' and 'last_name' column values are same.
Note: Its failing at the time of update also.