I was looking into the Developer docs for custom tender . For merchant facing setup the Intent filter is defined using the following action
clover.intent.action.MERCHANT_TENDER
Ref: https://docs.clover.com/build/custom-...
However looking at the source code samples for clover sdk the following Intent Filter action is defined. There is virtually no documentation available for the following action.
clover.intent.action.PAY
Ref: https://github.com/clover/clover-andr...
Is there any specific difference between the 2 filter Actions? Can they be used interchangeably ?