Chagned Paayment Period Info Field from Str -> int
This commit is contained in:
parent
39fa4037d8
commit
4be296ee58
@ -148,7 +148,7 @@ message UserBNPLReq {
|
||||
}
|
||||
message PaymentPeriodInfo {
|
||||
uint64 id = 1;
|
||||
string period = 2;
|
||||
uint64 period = 2;
|
||||
bool enabled = 3;
|
||||
}
|
||||
message BNPLInfo {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user