wallet: /#14 rejection reason for bnpl is optional

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-12-16 15:50:43 +03:30
parent ff86d65eb3
commit f496cb4d32
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -179,6 +179,7 @@ message BNPLInfo {
string updated_at = 12; string updated_at = 12;
string created_at = 13; string created_at = 13;
string expires_at = 14; string expires_at = 14;
optional string rejection_reason = 15;
} }
message BNPLList { message BNPLList {
repeated BNPLInfo list = 1; repeated BNPLInfo list = 1;