Skip to content

Commit baab4c6

Browse files
committed
remove debug statement
1 parent bb135ec commit baab4c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Http/Controllers/POS/CheckoutController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public function getTransactionData(Checkout $checkout): mixed
185185
$response = Http::sumup()->get("/v0.1/me/transactions", [
186186
"foreign_transaction_id" => $checkout->payment_method_remote_id,
187187
]);
188-
dd($response->json());
189188
$transactionData = $response->json();
190189
if (isset($transactionData['error_code']) && $transactionData['error_code'] === 'NOT_FOUND') {
191190
sleep(2);

0 commit comments

Comments
 (0)