doc service credit progress

This commit is contained in:
benoitpotier 2017-02-24 11:50:23 +01:00
parent 2d0b900e92
commit 1d4fd45c3f
3 changed files with 12 additions and 14 deletions

View File

@ -1,7 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: potier
* Date: 23/02/17
* Time: 14:02
*/
return array(
'getCredit' => 'getCredit',
);

View File

@ -1,10 +1,5 @@
<?php
/**
* Created by PhpStorm.
* User: potier
* Date: 23/02/17
* Time: 14:03
*/
require_once __DIR__ . '/Types.php';
class Credit extends Scores_Ws_Server

View File

@ -14,6 +14,12 @@ return array(
),
'idClient' => array(1),
),
'credit' => array(
'actif' => true,
'versions' => array(
'0.1' => array( 'actif' => true, 'defaut' => 'beta' ),
),
),
'entreprise' => array(
'actif' => true,
'versions' => array(
@ -40,8 +46,8 @@ return array(
'order' => array(
'actif' => true,
'versions' => array(
'0.1' => array( 'actif' => true, 'defaut' => true ),
),
'0.1' => array( 'actif' => true, 'defaut' => true ),
),
),
'pieces' => array(
'actif' => true,