Hello,
I am using the following from the Custom Tender Page in the DOCS:
final Order order = getIntent().getParcelableExtra(Intents.EXTRA_ORDER)
I am in the MerchantFacingTenderActivity, for some reason the Order is always coming back as null. Why is this?