Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f4ce844
Bump StackExchange.Redis from 2.8.0 to 3.1.13
dependabot[bot] Aug 7, 2026
7ef48f1
Bump Swashbuckle.AspNetCore from 6.4.0 to 10.2.3
dependabot[bot] Aug 7, 2026
dc93214
Bump Microsoft.Extensions.Identity.Stores from 8.0.29 to 10.0.11
dependabot[bot] Aug 14, 2026
0358400
Bump Microsoft.EntityFrameworkCore.SqlServer from 8.0.29 to 9.0.19
dependabot[bot] Aug 14, 2026
f9a0e8a
Bump Microsoft.EntityFrameworkCore.Tools from 8.0.29 to 10.0.11
dependabot[bot] Aug 14, 2026
445f8b5
Bump Microsoft.EntityFrameworkCore.Design from 8.0.29 to 9.0.19
dependabot[bot] Aug 14, 2026
d21eb69
Bump Stripe.net from 45.11.0 to 52.3.0
dependabot[bot] Aug 14, 2026
63a6b58
Bump @stripe/stripe-js from 4.10.0 to 9.13.0 in /client
dependabot[bot] Aug 14, 2026
cd5b2ca
Bump typescript from 5.9.3 to 7.0.2 in /client
dependabot[bot] Aug 14, 2026
7bc0c77
Bump @angular/forms from 21.2.19 to 22.1.1 in /client
dependabot[bot] Aug 14, 2026
121b5ea
Bump @angular/cdk from 21.2.14 to 22.1.1 in /client
dependabot[bot] Aug 14, 2026
9db8b19
Bump @angular/material from 21.2.14 to 22.1.1 in /client
dependabot[bot] Aug 14, 2026
468bcde
Bump @angular/cli from 21.2.20 to 22.1.3 in /client
dependabot[bot] Aug 14, 2026
f47f9ce
Bump @angular/compiler-cli from 21.2.19 to 22.1.1 in /client
dependabot[bot] Aug 14, 2026
278fe96
Bump @angular/platform-browser from 21.2.19 to 22.1.1 in /client
dependabot[bot] Aug 14, 2026
bf51b56
Merge remote-tracking branch 'origin/dependabot/nuget/Infrastructure/…
Baylar55 Aug 14, 2026
a752508
merge: EF Design 9.0.19 + keep Identity 8.0.30
Baylar55 Aug 14, 2026
a92ebf0
merge: EF SqlServer 9.0.19
Baylar55 Aug 14, 2026
d2ff5d6
merge: EF Tools pinned to 9.0.19 (match EF Core 9)
Baylar55 Aug 14, 2026
86b2c6e
merge: Redis 3.1.13, keep Stripe 52.3.0 + Newtonsoft 13.0.4
Baylar55 Aug 14, 2026
bd2c0e5
Merge remote-tracking branch 'origin/dependabot/nuget/API/Swashbuckle…
Baylar55 Aug 14, 2026
acf0535
Merge remote-tracking branch 'origin/dependabot/nuget/Core/Microsoft.…
Baylar55 Aug 14, 2026
6b819dd
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/a…
Baylar55 Aug 14, 2026
1cd7409
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/a…
Baylar55 Aug 14, 2026
7f9ba5e
merge: cli 22.1.3 + compiler-cli 22.1.1 (lockfile: regenerate later)
Baylar55 Aug 14, 2026
d9d1a52
merge: forms 22.1.1 (lockfile: regenerate later)
Baylar55 Aug 14, 2026
4ba2a3d
merge: material 22.1.1 (lockfile: regenerate later)
Baylar55 Aug 14, 2026
7c631fb
merge: platform-browser 22.1.1 (lockfile: regenerate later)
Baylar55 Aug 14, 2026
055d830
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/s…
Baylar55 Aug 14, 2026
f517978
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/client/t…
Baylar55 Aug 14, 2026
9d6125c
chore: align Angular 22 + TS 6.0, regenerate lockfile
Baylar55 Aug 14, 2026
78384d3
fix: migrate CouponService to Stripe.net 52 Promotion.Promotion API
Baylar55 Aug 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.29">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.19">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.29" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="10.0.11" />
</ItemGroup>

</Project>
9 changes: 5 additions & 4 deletions Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.30" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.29" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.29">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.19">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="Stripe.net" Version="45.11.0" />
<PackageReference Include="StackExchange.Redis" Version="3.1.13" />
<PackageReference Include="Stripe.net" Version="52.3.0" />
</ItemGroup>

<PropertyGroup>
Expand Down
11 changes: 6 additions & 5 deletions Infrastructure/Services/CouponService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ public CouponService(IConfiguration config)
};
var promotionCodes = await promotionService.ListAsync(options);
var promotionCode = promotionCodes.FirstOrDefault();
if (promotionCode != null && promotionCode.Coupon != null)
var coupon = promotionCode?.Promotion?.Coupon;
if (promotionCode != null && coupon != null)
{
return new AppCoupon
{
Name = promotionCode.Coupon.Name,
AmountOff = promotionCode.Coupon.AmountOff,
PercentOff = promotionCode.Coupon.PercentOff,
CouponId = promotionCode.Coupon.Id,
Name = coupon.Name,
AmountOff = coupon.AmountOff,
PercentOff = coupon.PercentOff,
CouponId = coupon.Id,
PromotionCode = promotionCode.Code
};
}
Expand Down
Loading
Loading