Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
36 | public static function production() |
||
37 | { |
||
38 | return new Environment( |
||
39 | 'https://sts.itau.com.br/api/oauth/token', |
||
40 | 'https://secure.api.itau/pix_recebimentos/v2', |
||
41 | 'https://secure.api.itau/pix_recebimentos_conciliacoes/v2', |
||
42 | 'https://api.itau.com.br/cash_management/v2', |
||
43 | 'https://secure.api.cloud.itau.com.br/boletoscash/v2' |
||
44 | ); |
||
71 | } |