11 lines
290 B
PHP
Raw Normal View History

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()
),
);