chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit fd124222f4 - Show all commits
+4
View File
@@ -367,6 +367,7 @@ message SaleGetTokenRes {
int64 total_price = 3;
double amount = 4;
string asset = 5;
optional string discount_code = 6;
}
message SaleConfirmReq {
@@ -377,6 +378,7 @@ message SaleConfirmReq {
string card_holder_info = 5;
string card_holder_pan = 6;
string final_amount = 7;
optional string discount_code = 8;
}
message SaleConfirmRes {
@@ -390,6 +392,8 @@ message SaleManualReq {
string paid_at = 4;
string rrn = 5;
string national_id = 6;
optional string discount_code = 7;
}
/*