Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TryCatchLearn/Restore-v2
/ GetTotal
Method
GetTotal
API/Entities/OrderAggregate/Order.cs:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
public required PaymentSummary PaymentSummary { get; set; }
18
19
public long GetTotal()
20
{
21
return Subtotal + DeliveryFee - Discount;
22
}
23
}
Callers
3
ProjectToDto
Method · 0.80
ToDto
Method · 0.80
HandlePaymentIntentSucceeded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected