| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 52 | public function transactions_for_subscription($subscription_id, $page = 1, $per_page = 200): array |
||
| 53 | { |
||
| 54 | $this->apiEndPoint = "/subscriptions/{$subscription_id}/transactions.json?page={$page}&per_page={$per_page}"; |
||
| 55 | |||
| 56 | $this->verb = 'get'; |
||
| 57 | |||
| 58 | return $this->doChargifyRequest(); |
||
| 59 | } |
||
| 75 |