question

samuel avatar image
samuel asked

Custom tender checkout line

How do you change the line on the checkout file with a custom tender?


I have have this code in my tender


I would expect it to say "CLA test" not "CLA"


data.putExtra(Intents.EXTRA_CLIENT_ID,"CLA test");
data.putExtra(Intents.EXTRA_NOTE,"CLA test");
Log.v("onActivityResult",data.toString());
this.setResult(RESULT_OK,data);
finish();

checkout.png

Clover Android SDKCustom Tenders
checkout.png (117.2 KiB)
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