We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb135ec commit baab4c6Copy full SHA for baab4c6
1 file changed
app/Http/Controllers/POS/CheckoutController.php
@@ -185,7 +185,6 @@ public function getTransactionData(Checkout $checkout): mixed
185
$response = Http::sumup()->get("/v0.1/me/transactions", [
186
"foreign_transaction_id" => $checkout->payment_method_remote_id,
187
]);
188
- dd($response->json());
189
$transactionData = $response->json();
190
if (isset($transactionData['error_code']) && $transactionData['error_code'] === 'NOT_FOUND') {
191
sleep(2);
0 commit comments