feat(spot-card): tag exchange tx as GachaPointExchange for acquire history

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gamer147
2026-06-09 15:08:03 -04:00
parent d759465cf2
commit 6ec6a9c3fc

View File

@@ -124,7 +124,7 @@ public class SpotCardExchangeController : SVSimController
return BadRequest(new { error = "pre_release_limit_reached" });
}
await using var tx = await _inv.BeginAsync(viewerId);
await using var tx = await _inv.BeginAsync(viewerId, configure: cfg => cfg.Source = GrantSource.GachaPointExchange);
var rewardList = new List<RewardListEntry>();