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();