| 1 | <?php |
||
| 16 | class PaymentService extends AbstractPaypalService |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return PayPalHttpClient |
||
| 20 | */ |
||
| 21 | public function getHttpClient(): PayPalHttpClient |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param string $orderId |
||
| 29 | * @return Payment|null |
||
| 30 | */ |
||
| 31 | public function capturePayment(string $orderId): ?HttpResponse |
||
| 45 | } |
||
| 46 |