Skip to content

Commit

Permalink
make payment status optional
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jun 6, 2024
1 parent f33efcb commit c9fca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Payment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message Payment {
uint64 amount = 2;
string currency = 3;
string protocol = 4;
PaymentStatus status = 5;
optional PaymentStatus status = 5;
optional string data = 6;
optional string proof = 7;
}

0 comments on commit c9fca50

Please sign in to comment.