Skip to content

How to pass custom params? Because not receiving same in response .  #35

@vishuym

Description

@vishuym

Hello , before runTransaction I added custom params/data fields,
but not receiving them back in response,

$definedData = new \stdClass();
$definedData->field1 = "123";
$definedData->field2 = "ABC";
$definedData->field3 = "4";
$request->MerchantDefinedData =$definedData;

Do help me on this.

Thanks in advance.

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