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 0bdb2ed commit bb135ecCopy full SHA for bb135ec
1 file changed
app/Http/Controllers/POS/CheckoutController.php
@@ -185,6 +185,7 @@ 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