I want to create lineItem to create order section in register application ..
currently I am trying below code -
val intent: Intent = Intent(Intents.ACTION_LINE_ITEM_ADDED) intent.putExtra(Intents.EXTRA_CLOVER_LINE_ITEM_ID, mLineItem.id) startActivity(intent)