Skip to content

Commit

Permalink
fix(fulfillment_courier): add credential_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed May 7, 2024
1 parent a98ad17 commit f9a4608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protos/io/restorecommerce/fulfillment_courier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ message FulfillmentCourier {
optional string logo = 6;
optional string website = 7;
optional string stub_type = 8;
optional google.protobuf.Any configuration = 9;
optional string credential_id = 9;
optional google.protobuf.Any configuration = 10;
}

message FulfillmentCourierList {
Expand Down

0 comments on commit f9a4608

Please sign in to comment.