question

sjoseph avatar image
sjoseph asked sjoseph commented

How to know if an order is deleted if its not paid?

Hi, I would like to know how can I know if an order is deleted in the clover register app? I am integrating clover with my android app and I would like to know the order which I created in clover is deleted before that order is paid. Is there any way I can register a broadcast receiver and gets the notification when an order is deleted?

10 |2000

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

1 Answer

Mike M avatar image
Mike M answered sjoseph commented

Orders aren't normally deleted in Clover's ecosystem, you only can if it is still marked as an OPEN order. That being said, you can check out IOnOrderUpdateListener2 which has a callback onOrderDeleted(...).

1 comment
10 |2000

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

sjoseph avatar image sjoseph commented ·

Thanks for the response. :) Let me try that

0 Likes 0 ·

Welcome to the
Clover Developer Community