-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix: PostPolicyV4.PostFieldsV4.Builder.addCustomMetadataField() allows to add prefixed an not prefixed custom fields #398
Conversation
Codecov Report
@@ Coverage Diff @@
## master #398 +/- ##
============================================
- Coverage 63.27% 63.22% -0.05%
Complexity 609 609
============================================
Files 32 32
Lines 5113 5117 +4
Branches 487 488 +1
============================================
Hits 3235 3235
- Misses 1713 1717 +4
Partials 165 165
Continue to review full report at Codecov.
|
return addCustomMetadataField(field, value); | ||
} | ||
|
||
public Builder addCustomMetadataField(String field, String value) { |
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.
use setCustomMetadataField
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.
@frankyn
done
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.
@frankyn: gentle ping
Fixes #394