question

rachitk3 avatar image
rachitk3 asked

Tip amount not coming after a transaction from sale app

When I make a transaction from sale app from using custom merchant tender and sending result for success payment the tip amount is not coming while it is coming from register app on clover mini. The sample code is given below.

Intent data2 = new Intent();
data2.putExtra(Intents.EXTRA_AMOUNT, Math.round(order_amount * 100));
data2.putExtra(Intents.EXTRA_TIP_AMOUNT, Math.round(tip_amount * 100));
setResult(RESULT_OK, data2);
finish();
Sale
10 |2000

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

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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