You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An updated Sample App is provided to help you get quickly up to speed adding features from the SumUp SDK to your app.
We welcome your ongoing feedback in GitHub Issues. If you experience a problem or have any questions not covered in documentation, we are available to help.
[ADDED] Custom Tip Percentages Configuration
Integrators can now configure the tip percentage options (up to 3) presented to customers during checkout. This replaces the hardcoded defaults (10%, 15%, 20%) with values more relevant to specific business use cases.
Validation Rules:
Accepts a list of 1 to 3 positive integers.
Maximum value per option is 99%.
Duplicate values are automatically rejected.
Options are automatically sorted from lowest to highest in the UI.
If no custom percentages are provided, the SDK will continue to use the standard 10%, 15%, and 20% options.
[IMPROVEMENT] Enhanced Offline Session Management
The SDK now automatically attempts to return online and upload the transaction batch as soon as a session limit (transaction count or time window) is reached.
[IMPROVEMENT] Miscellaneous bug fixes and enhancements