Skip to content

Commit

Permalink
Changes generated by 0e4a8347da6b24e937b6b8a72bd39d4383c32ddf
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Jan 30, 2023
1 parent fe0d754 commit 8b78ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoCardless/Services/VerificationDetailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public VerificationDetailService(GoCardlessClient goCardlessClient)
/// <summary>
/// Verification details represent any information needed by GoCardless
/// to verify a creditor.
/// Currently, only UK-based companies are supported.
/// Currently, only UK-based companies are supported.
/// In other words, to submit verification details for a creditor, their
/// creditor_type must be company and their country_code must be GB.
/// </summary>
Expand All @@ -57,7 +57,7 @@ public Task<VerificationDetailResponse> CreateAsync(VerificationDetailCreateRequ
/// <summary>
/// Verification details represent any information needed by GoCardless to
/// verify a creditor.
/// Currently, only UK-based companies are supported.
/// Currently, only UK-based companies are supported.
/// In other words, to submit verification details for a creditor, their
/// creditor_type must be company and their country_code must be GB.
/// </summary>
Expand Down

0 comments on commit 8b78ef4

Please sign in to comment.