Skip to content

Commit

Permalink
added cancellable boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma authored and havan committed Dec 13, 2024
1 parent 902144d commit 65e6859
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cmp/services/book/v2/mint.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package cmp.services.book.v2;
package cmp.services.book.v3;

import "cmp/types/v1/common.proto";
import "cmp/types/v1/language.proto";
Expand Down
5 changes: 5 additions & 0 deletions proto/cmp/services/book/v3/mint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ message MintResponse {
//
// This field is not meant for the supplier.
string buy_transaction_id = 11;

// This field indicates whether the booking can be cancelled. If this field
// is not used, the default value is false, whick means the booking cannot be
// cancelled.
bool cancellable = 12;
}

// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/book/v3/mint.proto.dot.xs.svg)
Expand Down

0 comments on commit 65e6859

Please sign in to comment.