File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/protos/io/restorecommerce Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,13 @@ service OrderService {
4141
4242 // Requires Fulfillment Service
4343 // Evaluates plausibility of the Fulfillment that would result from given order.
44- rpc EvaluateFulfillment (OrderList ) returns (io .restorecommerce .status .StatusListResponse );
44+ rpc EvaluateFulfillment (OrderList ) returns (io .restorecommerce .status .StatusListResponse ) {
45+ option (io.restorecommerce.options.is_query ) = true ;
46+ };
4547 // Requires Fulfillment Service
46- rpc QueryFulfillmentSolution (FulfillmentRequestList ) returns (io .restorecommerce .fulfillment_product .FulfillmentSolutionListResponse );
48+ rpc QueryFulfillmentSolution (FulfillmentRequestList ) returns (io .restorecommerce .fulfillment_product .FulfillmentSolutionListResponse ) {
49+ option (io.restorecommerce.options.is_query ) = true ;
50+ };
4751 // Requires Fulfillment Service
4852 rpc CreateFulfillment (FulfillmentRequestList ) returns (io .restorecommerce .fulfillment .FulfillmentListResponse );
4953 // Requires Fulfillment Service
You can’t perform that action at this time.
0 commit comments