Skip to content

upgrade native SDKs - #68

Merged
cesar-sosa-hol merged 1 commit into
mainfrom
upgrade-native-sdk
Nov 24, 2025
Merged

upgrade native SDKs#68
cesar-sosa-hol merged 1 commit into
mainfrom
upgrade-native-sdk

Conversation

@cesar-sosa-hol

Copy link
Copy Markdown
Collaborator

This PR upgrades native Android and iOS SDKs

Android: 2.3.4
iOS: 2.3.1
image

val processingMode = convertToProcessingMode(getIntOrNull("processingMode"))
requireNotNull(amountMoney) { "Amount money is required" }
requireNotNull(processingMode) { "processingMode is required" }
val allowCardSurcharge = getBooleanOrNull("allowCardSurcharge") ?: false

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be making this a required field. I know iOS has a default, but I believe the idea was to make it required. @shauna-kimura thoughts?

Comment thread src/models/objects.ts
// Required
amountMoney: Money;
processingMode: Number;
allowCardSurcharge?: Boolean; //required for Android

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh does this make it required only for android?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is

@cesar-sosa-hol
cesar-sosa-hol merged commit 2e7a838 into main Nov 24, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants