Hello everyone, tell me how to add$10 to all new customers to the balance during registration
https://discuss.foodomaa.com/d/1731-the-new-users-wallet-balance/3 Working with Email Login,
But for OTP login not worked. https://discuss.foodomaa.com/d/1731-the-new-users-wallet-balance/29 Please guide @Saurabh @knurillaev (in function loginWithOtp) where to place the same code on which line.( for version 3.5)
Thank you!:
RohanGaurat FYR-
UserController.php present in app/Http/Controllers/UserController.php:
$user->deposit(15 * 100, ['description' => "Welcome to Food World!"]); ---line 427 & 533
@alabtechnosoft RohanGaurat Let us know if it's working on your end.
soodomaa thankyou for your guidance alabtechnosoft soodomaa worked. 🙂