Skip to content

Commit

Permalink
add ShouldTokenize to AttemptConfig to instruct assemble to tokenize …
Browse files Browse the repository at this point in the history
…payment methods (#224)
  • Loading branch information
TomK authored Nov 8, 2024
1 parent 9f52550 commit 46337a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v1/scheduler/attempt_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ type AttemptConfig struct {

PreferNetworkToken bool `json:"preferNetworkToken,omitempty" yaml:"preferNetworkToken,omitempty"`

ShouldTokenize bool `json:"shouldTokenize,omitempty" yaml:"shouldTokenize,omitempty"`

RecoveryAgentConnectorID string `json:"recoveryAgentConnectorID" yaml:"recoveryAgentConnectorID"`
}

0 comments on commit 46337a0

Please sign in to comment.