question

georgi avatar image
georgi asked georgi answered

Exclude tender from Sales app

Is there any way to achieve this and leave the tender only visible in the payments screen?

PaymentsSale
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

georgi avatar image
georgi answered

<intent-filter> <action android:name="clover.intent.action.MODIFY_ORDER"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter>

This is the needed intent filter for your app to be displayed only in the Payments screen and modify the order.

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