Skip to content

Commit

Permalink
Refactor: update CreateLinkedAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
shreelakshmijoshi committed Nov 13, 2024
1 parent 2ca6fbc commit 212c732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Future<JsonObject> initiateCreatingLinkedAccount(JsonObject request, User
/* send the information for auditing */
/* audit info = Ids generated by Razorpay + Necessary information (Non-sensitive PII) */
// Future<Void> auditingFuture =
// userResponse.compose(insertInDBSuccessful -> addAuditLogs(referenceId, provider));
userResponse.compose(insertInDBSuccessful -> addAuditLogs(referenceId, provider));

return userResponse;
}
Expand Down

0 comments on commit 212c732

Please sign in to comment.