Skip to content
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

Changes from gocardless-dotnet-template #66

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

gocardless-robot-restricted
Copy link

@gocardless-robot-restricted gocardless-robot-restricted commented Oct 30, 2020

Updating client libraries as part of PayerAuthorisation API launch

/// An array of fields which are missing and is required to set up the
/// mandate.
/// </summary>
public class PayerAuthorisationIncompleteField
Copy link

@olivictor olivictor Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in singular? I guess it just messed with the summary - maybe because the description is empty

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think singular is fine here as its plural in where it's used:

public List<PayerAuthorisationIncompleteField> IncompleteFields { get; set; }

Copy link

@olivictor olivictor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but would like to have someone from @gocardless/mme-experience to take a look too before merging. Maybe @lancscoder who's got more experience with .NET?

This is our new API dedicated to building custom payment pages. It encapsulates the creation of customer, bank account and mandate under this single resource.
Copy link

@lancscoder lancscoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

/// An array of fields which are missing and is required to set up the
/// mandate.
/// </summary>
public class PayerAuthorisationIncompleteField

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think singular is fine here as its plural in where it's used:

public List<PayerAuthorisationIncompleteField> IncompleteFields { get; set; }

@sandilya-narahari sandilya-narahari merged commit 6fa562b into master Nov 4, 2020
@sandilya-narahari sandilya-narahari deleted the template-changes branch November 4, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants