Hi Team,
We are encountering an application crash during the process of creating an order, and we need help in identifying the root cause. The crash occurs at the following point in our code:
val mOrderConnector = OrderConnector(mContextApp, account, null) mOrderConnector.connect() val mOrder = mOrderConnector.createOrder(Order()) mOrderConnector.addCustomLineItem(orderId,lineItems,tax)
Could this crash be related to missing or incorrect permissions, or is there something else we should investigate?