add swiftpayments from old source

This commit is contained in:
2024-09-01 17:06:49 +05:00
parent 9d65fa72b6
commit a5978835d0
27 changed files with 1822 additions and 141 deletions

View File

@@ -54,7 +54,7 @@ class RegisterController extends Controller
sendSMSVerification($user->phone);
return response()->json([
'url' => route('sms-verification')
'url' => route('sms-verification'),
]);
}