@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | * @param string $orderId |
31 | 31 | * @return object|array |
32 | 32 | */ |
33 | - public function capturePayment(string $orderId): object|array |
|
33 | + public function capturePayment(string $orderId): object | array |
|
34 | 34 | { |
35 | 35 | try { |
36 | 36 | $request = new OrdersCaptureRequest($orderId); |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | * @param array $headers |
55 | 55 | * @return object|array |
56 | 56 | */ |
57 | - public function createOrder(string $body, array $headers = []): object|array |
|
57 | + public function createOrder(string $body, array $headers = []): object | array |
|
58 | 58 | { |
59 | 59 | try { |
60 | 60 | $request = new OrdersCreateRequest(); |