Skip to content

Commit bb135ec

Browse files
committed
tmp debug release
1 parent 0bdb2ed commit bb135ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Http/Controllers/POS/CheckoutController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ 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());
188189
$transactionData = $response->json();
189190
if (isset($transactionData['error_code']) && $transactionData['error_code'] === 'NOT_FOUND') {
190191
sleep(2);

0 commit comments

Comments
 (0)