Skip to content

Commit

Permalink
Add access token attribute to RefreshDefaultPaymentMethodArgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Oct 14, 2023
1 parent aeab0db commit 9e0f933
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 76 deletions.

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

3 changes: 2 additions & 1 deletion cloud/api/protobuf/kurtosis_backend_server_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ message GetOrCreatePaymentConfigResponse {
}

message RefreshDefaultPaymentMethodArgs {
string payment_method_id = 1;
string access_token = 1;
string payment_method_id = 2;
}

message AwsKey {
Expand Down

0 comments on commit 9e0f933

Please sign in to comment.