Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/v1/billing.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ message InvoiceSummary {

// Category of the most recent payment failure. One of: card_declined,
// insufficient_funds, expired_card, incorrect_cvc, incorrect_card_number,
// authentication_required, fraud_suspected, processing_error, other.
// Empty when no failure is recorded. Clients must tolerate unknown values.
// authentication_required, processing_error, other. Empty when no failure
// is recorded. Clients must tolerate unknown values.
string last_payment_failure_reason = 7;

// Time of the most recent payment failure. Empty when no failure recorded.
Expand Down
Loading