<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
return [
    'TestIntegration1' => [
        'email' => 'test-integration1@example.com',
        'endpoint_url' => 'http://example.com/endpoint1',
        'identity_link_url' => 'http://www.example.com/identity1',
    ],
    'TestIntegration2' => [
        'email' => 'test-integration2@example.com',
        'endpoint_url' => 'http://example.com/integration2',
        'identity_link_url' => 'http://www.example.com/identity2',
    ],
    'TestIntegration3' => ['email' => 'test-integration3@example.com']
];
