#27 saveChanges
This commit is contained in:
@@ -27,6 +27,8 @@ public class CreateSessionCheckoutCommandHandler(
|
||||
|
||||
await dbContext.UserTransactions.AddAsync(userTransaction, cancellationToken);
|
||||
|
||||
await dbContext.SaveChangesAsync(cancellationToken);
|
||||
|
||||
return stripeSecret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user