-
Notifications
You must be signed in to change notification settings - Fork 5
LEDG-3333 Fix CardDetails - add FeeProgram #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Can we try to fix up the diff's caused by formatting? |
@InfernoJJ what do you suggest? Move the comment inline? Move the added field 'FeeProgram' to the bottom of the struct definition? |
I was referencing the lines that changed only because of formatting changes. I would just match what was there. |
@@ -128,26 +128,6 @@ func CreateTemporaryTestAccount(t *testing.T, mc *moov.Client, create moov.Creat | |||
return account | |||
} | |||
|
|||
func createTemporaryBankAccount(t *testing.T, mc *moov.Client, accountID string) *moov.BankAccount { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused method
@@ -52,7 +52,7 @@ func Test_SweepConfig_CRUD_Endpoints(t *testing.T) { | |||
require.NoError(t, err) | |||
|
|||
// Get by ID | |||
sweepConfig, err = mc.GetSweepConfig(ctx, accountID, sweepConfig.SweepConfigID) | |||
_, err = mc.GetSweepConfig(ctx, accountID, sweepConfig.SweepConfigID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix lint
Test_Transfers/list_transfers
test failure:json: unknown field "feeProgram"
CardDetails.FeeProgram
field to match moov-api specCardDetails.InterchangeQualification
as deprecated per spec ^