Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | public function listDisputes() |
||
17 | { |
||
18 | $this->apiEndPoint = "v1/customer/disputes"; |
||
1 ignored issue
–
show
|
|||
19 | $this->apiUrl = collect([$this->apiUrl, $this->apiEndPoint])->implode('/'); |
||
1 ignored issue
–
show
|
|||
20 | |||
21 | $this->verb = 'get'; |
||
1 ignored issue
–
show
|
|||
22 | |||
23 | return $this->doPayPalRequest(); |
||
1 ignored issue
–
show
|
|||
24 | } |
||
71 |