question

ycb avatar image
ycb asked rachel Deactivated commented

Register app broadcast intent twice for same LineItem

Hi,

when I add an item to register app I receive intent two time

at first with orderId,lineItem and itemId not null(all of them) the second intent with same orderId but lineItemId different and null itemId. like this :

orderId: 7N710ST1YYKM2 lineItemId: XN1RB6K1XC9M2 itemId: GNJ18T6Z5R0ZM

orderId: 7N710ST1YYKM2 lineItemId: 4CNED11SASGN0 itemId: null

as you can see lineItemId change

Intents
3 comments
10 |2000

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

rachel avatar image rachel commented ·

Hi @yc,

To help me reproduce the problem locally, can you please link me to a pastebin of a Minimal, Complete, and Verifiable example. Thank you.

0 Likes 0 ·
ycb avatar image ycb commented ·

Thank you @rachel, this code contains receiver that starts a service(NewService.class) if an item added to order in register app http://pastebin.com/bvkPaL5g

try to add more than one item to order.

0 Likes 0 ·
rachel avatar image rachel commented ·

Let's continue this via Private Message and report back with our findings.

0 Likes 0 ·

1 Answer

rachel avatar image
rachel Deactivated answered

Per @yc, problem is resolved.

10 |2000

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