| 1 | <?php |
||
| 5 | trait HandlesPayments |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * https://developer.paddle.com/api-reference/subscription-api/payments/listpayments |
||
| 9 | */ |
||
| 10 | public function listPayments(array $data = []) |
||
| 14 | |||
| 15 | /** |
||
| 16 | * https://developer.paddle.com/api-reference/subscription-api/payments/updatepayment |
||
| 17 | */ |
||
| 18 | public function reschedulePayment(array $data = []) |
||
| 25 | } |
||
| 26 |