Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/SendCloud/SendCloud.l/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/SendCloud/SendCloud.l/etc/extension_attributes.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd">
    <extension_attributes for="Magento\Sales\Api\Data\OrderInterface">
        <attribute code="sendcloud_service_point_id" type="int"/>
        <attribute code="sendcloud_service_point_name" type="string"/>
        <attribute code="sendcloud_service_point_street" type="string"/>
        <attribute code="sendcloud_service_point_house_number" type="string"/>
        <attribute code="sendcloud_service_point_zip_code" type="string"/>
        <attribute code="sendcloud_service_point_city" type="string"/>
        <attribute code="sendcloud_service_point_country" type="string"/>
    </extension_attributes>
    <extension_attributes for="Magento\Checkout\Api\Data\ShippingInformationInterface">
        <attribute code="sendcloud_service_point_id" type="int"/>
        <attribute code="sendcloud_service_point_name" type="string"/>
        <attribute code="sendcloud_service_point_street" type="string"/>
        <attribute code="sendcloud_service_point_house_number" type="string"/>
        <attribute code="sendcloud_service_point_zip_code" type="string"/>
        <attribute code="sendcloud_service_point_city" type="string"/>
        <attribute code="sendcloud_service_point_country" type="string"/>
    </extension_attributes>
</config>