| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | trait Helpers |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Confirm payment for an order. |
||
| 11 | * |
||
| 12 | * @param string $order_id |
||
| 13 | * @param string $processing_instruction |
||
| 14 | * |
||
| 15 | * @throws Throwable |
||
| 16 | * |
||
| 17 | * @return array|\Psr\Http\Message\StreamInterface|string |
||
| 18 | */ |
||
| 19 | public function setupOrderConfirmation(string $order_id, string $processing_instruction = '') |
||
| 30 |