Skip to content

Getting subsription orders configuration entries #12

@janikoskela

Description

@janikoskela

Don't know if it's just me but I'm getting only one configuration entry when I print $event->payload.

For example if XML request is something like:

<event>
    ...
    <payload>
        ...
        <configuration>
            <entry>
                <key>domain1</key>
                <value>foobar</value>
            </entry>
            <entry>
                <key>domain2</key>
                <value>foobar</value>
            </entry>
        </configuration>
    </payload>
</event>

I get only entry with domain2 when I print $event->payload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions