question

sonu avatar image
sonu asked

Application crash during order creation with custom line items

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?

OrdersPaymentsClover Flex
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community