Chagned Paayment Period Info Field from Str -> int

This commit is contained in:
nfel 2024-08-05 14:15:56 +03:30
parent 39fa4037d8
commit 4be296ee58
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -148,7 +148,7 @@ message UserBNPLReq {
} }
message PaymentPeriodInfo { message PaymentPeriodInfo {
uint64 id = 1; uint64 id = 1;
string period = 2; uint64 period = 2;
bool enabled = 3; bool enabled = 3;
} }
message BNPLInfo { message BNPLInfo {