1 | <?php |
||
5 | class Checkout |
||
6 | { |
||
7 | /** |
||
8 | * https://developer.paddle.com/api-reference/checkout-api/order-information/getorder |
||
9 | */ |
||
10 | public function getOrderDetails(array $data = []) |
||
14 | |||
15 | /** |
||
16 | * https://developer.paddle.com/api-reference/checkout-api/user-history/getuserhistory |
||
17 | */ |
||
18 | public function getUserHistory(array $data = []) |
||
25 | |||
26 | /** |
||
27 | * https://developer.paddle.com/api-reference/checkout-api/prices/getprices |
||
28 | */ |
||
29 | public function getPrices(array $data = []) |
||
35 | } |
||
36 |