<activity android:name=".TenderActivity" android:label="@string/title_activity_tender" android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen android:exported="true"> <meta-data android:name="clover.intent.meta.CUSTOMER_TENDER_IMAGE" android:resource="@mipmap/thirdparty_white_example" /> <intent-filter> <action android:name="clover.intent.action.CUSTOMER_TENDER" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>More info can be found here (skip the Merchant-Facing Setup):
This only provides a customer tender though. We need a merchant tender only in the secure pay app.
Can you give more detail on what you are trying to accomplish?
The SecurePay app can be used by both Merchants and Customers, so Merchant only custom tenders should reside in the Register app, which is not customer facing.
1 Person is following this question.