2016-05-17 15:54:37 +02:00
|
|
|
<?php
|
|
|
|
require_once dirname(__FILE__) . '/callback.php';
|
|
|
|
return array (
|
|
|
|
'api' =>
|
|
|
|
array (
|
|
|
|
'identifiant' => ShopymindClient_Callback::getApiIdentification(),
|
|
|
|
'password' => ShopymindClient_Callback::getApiPassword(),
|
|
|
|
'url' => ShopymindClient_Callback::getApiClientUrl()
|
|
|
|
),
|
2016-07-01 10:13:25 +02:00
|
|
|
);
|