modify the name of debit card to checking account, add savings account and certificate of deposit

This commit is contained in:
MaysWind
2024-09-20 00:00:19 +08:00
parent 1e8a27612f
commit 220f9f15e5
10 changed files with 84 additions and 41 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ func TestAccountInfoResponseSliceLess(t *testing.T) {
var accountRespSlice AccountInfoResponseSlice
accountRespSlice = append(accountRespSlice, &AccountInfoResponse{
Id: 1,
Category: ACCOUNT_CATEGORY_DEBIT_CARD,
Category: ACCOUNT_CATEGORY_CHECKING_ACCOUNT,
DisplayOrder: int32(1),
})
accountRespSlice = append(accountRespSlice, &AccountInfoResponse{