SDK Release v4.83.0#499
Closed
zettle-ios-ci wants to merge 3 commits into
Closed
Conversation
added 2 commits
May 27, 2026 16:19
nataliq-pp
reviewed
May 27, 2026
Comment on lines
-491
to
-508
| /// Initializes a new ZettleUserInfo instance. | ||
| /// \param userId The unique identifier for the user | ||
| /// | ||
| /// \param country The country code for the user’s location | ||
| /// | ||
| /// \param currency The currency code for the user’s transactions | ||
| /// | ||
| /// \param publicName The public display name for the user | ||
| /// | ||
| /// \param organizationId The unique identifier for the user’s organization | ||
| /// | ||
| /// \param timeZone The user’s configured time zone | ||
| /// | ||
| /// \param maxTippingPercentage The user’s configured maxium tipping percentage | ||
| /// | ||
| /// \param minTippingPercentage The user’s configured minimum tipping percentage | ||
| /// | ||
| - (nonnull instancetype)initWithUserId:(NSString * _Nonnull)userId country:(NSString * _Nonnull)country currency:(NSString * _Nonnull)currency publicName:(NSString * _Nonnull)publicName organizationId:(NSString * _Nonnull)organizationId timeZone:(NSTimeZone * _Nonnull)timeZone maxTippingPercentage:(NSDecimalNumber * _Nullable)maxTippingPercentage minTippingPercentage:(NSDecimalNumber * _Nullable)minTippingPercentage OBJC_DESIGNATED_INITIALIZER; |
Contributor
There was a problem hiding this comment.
This is an accidental breaking change.
Contributor
|
Closing due to a breaking change that does not meet the minor version update intent. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
<Unable to find changelog for the 4.83.0>
Next steps