Compare commits
2 Commits
95f7698661
...
eda5bf19ad
| Author | SHA1 | Date | |
|---|---|---|---|
| eda5bf19ad | |||
|
|
5629f5fcb2 |
@@ -50,7 +50,7 @@ type cardPayoutProcessor struct {
|
||||
dispatchMu sync.Mutex
|
||||
nextDispatchAllowed time.Time
|
||||
|
||||
retryPolicy payoutFailurePolicy
|
||||
retryPolicy payoutFailurePolicy
|
||||
retryDelayFn func(attempt uint32) time.Duration
|
||||
|
||||
retryMu sync.Mutex
|
||||
|
||||
@@ -50,4 +50,3 @@ func TestPayoutFailureReason(t *testing.T) {
|
||||
t.Fatalf("failure reason mismatch: got=%q want=%q", got, want)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user