Closed botnerd closed 2 months ago
The spotIdentifier field on the order is misspelled as spotIdentifer. In order to fix without breaking apps using the wrapper when upgrading, add a new spotIdentifier field and deprecate the misspelled spotIdentifer.
spotIdentifier
spotIdentifer
@botnerd The fix can't be done from the native side
the typescript type is correct, it's expecting spotIdentifier
The changes needed should be updating the SDK to expose the correct attribute
The
spotIdentifier
field on the order is misspelled asspotIdentifer
. In order to fix without breaking apps using the wrapper when upgrading, add a newspotIdentifier
field and deprecate the misspelledspotIdentifer
.