Skip to content

Merchant Facing Tender get EXTRA_ORDER from intent always returns null #55

@nickbonnaud

Description

@nickbonnaud

When trying to get payment data from a Merchant Facing Intent, intent.getParcelableExtra(Intents.EXTRA_ORDER) always returns null.

I can get other data from the intent, such as:

intent.getLongExtra(Intents.EXTRA_AMOUNT, 0)
intent.getStringExtra(Intents.EXTRA_ORDER_ID)

However, EXTRA_ORDER always returns null.
I made sure that I included the intent filter in my manifest.xml

<intent-filter>
    <action android:name="clover.intent.action.MERCHANT_TENDER" />
    <category android:name="android.intent.category.DEFAULT" />
</intent-filter>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions