improvements
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m6s

This commit is contained in:
Arnaud Delcasse
2025-10-08 09:01:37 +02:00
parent fc5b33e88c
commit 723c12a657
14 changed files with 733 additions and 64 deletions

View File

@@ -88,6 +88,8 @@ message BookDriverJourneyRequest {
double price_amount = 5;
string price_currency = 6;
google.protobuf.Struct data = 7;
double driver_compensation_amount = 8;
string driver_compensation_currency = 9;
}
message BookDriverJourneyResponse {