| 1 | <?php |
||
| 5 | trait HandlesPlans |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * https://developer.paddle.com/api-reference/subscription-api/plans/listplans |
||
| 9 | */ |
||
| 10 | public function listPlans(array $data = []) |
||
| 14 | |||
| 15 | /** |
||
| 16 | * https://developer.paddle.com/api-reference/subscription-api/plans/createplan |
||
| 17 | */ |
||
| 18 | public function createPlan(array $data = []) |
||
| 27 | } |
||
| 28 |