Missing Field from User Form Submition

This commit is contained in:
nfel 2024-08-04 13:40:35 +03:30
parent 59284082ac
commit 8f1aa65f99
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -141,6 +141,7 @@ message UserBNPLReq {
string created_at = 3;
string employee_id = 4;
int64 company_id = 5;
authorization.InternalIAM iam = 6;
float amount = 7;
PaymentPeriodInfo payment_period = 8;
bool has_agreed_contract = 9;