doc service credit progress
This commit is contained in:
parent
2d0b900e92
commit
1d4fd45c3f
@ -1,7 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: potier
|
||||
* Date: 23/02/17
|
||||
* Time: 14:02
|
||||
*/
|
||||
return array(
|
||||
'getCredit' => 'getCredit',
|
||||
);
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user