We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xcode doesn't mark CreateSourcePayload initialization with Extra arguments at positions #1, #2, #3 in call error.
CreateSourcePayload
Extra arguments at positions #1, #2, #3 in call
Xcode marks CreateSourcePayload initialization with Extra arguments at positions #1, #2, #3 in call error.
omise-ios
let createSourcePayload = CreateSourcePayload( amount: 10000, currency: "THB", details: SourceType.internetBankingBBL )
There are 2 error messages
The text was updated successfully, but these errors were encountered:
@PaperMonster Thanks for reaching out. We will look into this and let you know about our findings.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
Xcode doesn't mark
CreateSourcePayload
initialization withExtra arguments at positions #1, #2, #3 in call
error.Actual behavior
Xcode marks
CreateSourcePayload
initialization withExtra arguments at positions #1, #2, #3 in call
error.Steps to reproduce the issue
omise-ios
projectLogs
There are 2 error messages
Extra arguments at positions #1, #2, #3 in call
Screenshots
Name and version information
The text was updated successfully, but these errors were encountered: