1 | <?php |
||
11 | class SubscriptionService extends Service implements SubscriptionServiceInterface |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | 1 | public function createChargeBuilder($code) |
|
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | 1 | public function cancel($code) |
|
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | 1 | public function charge(Charge $charge) |
|
46 | } |
||
47 |