question

adam11 avatar image
adam11 asked

Add lineItem to create order section

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)
Inventory
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