<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="TAP-623_reevaluate_payee_payment_eligibility.xml:1" author="owright" run-always="true">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    { accountPayee: { accountPayeeId: 24800 }, timestamp: "2023-08-30T14:00:00Z" }
                ] AS payload
                CALL streams.publish(
                    'graphql.subscription.abacusAccountPayeePayoneerStatusUpdated',
                    payload
                )
                RETURN true
            ]]>
        </cypherquery>
    </changeset>
</changelog>
