This commit is contained in:
nfel 2024-07-29 10:17:57 +03:30
parent 68accdeef0
commit 59284082ac
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -162,7 +162,7 @@ message BNPLInfo {
repeated authorization.Company possible_companies = 11; repeated authorization.Company possible_companies = 11;
string updated_at = 12; string updated_at = 12;
string created_at = 13; string created_at = 13;
string expiers_at = 14; string expires_at = 14;
} }
message BNPLList { message BNPLList {
repeated BNPLInfo list = 1; repeated BNPLInfo list = 1;