Skip to content

Commit 85138a0

Browse files
committed
wip
1 parent ccb2fe5 commit 85138a0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2 || ^8.3",
20-
"conedevelopment/bazar": "dev-master || ^1.1.2",
19+
"php": "^8.3 || ^8.4",
20+
"conedevelopment/bazar": "dev-master || ^1.2.0",
2121
"stripe/stripe-php": "^16.3"
2222
},
2323
"require-dev": {
2424
"fakerphp/faker": "^1.9.1",
25-
"laravel/laravel": "^11.0",
25+
"laravel/laravel": "^12.0",
2626
"laravel/pint": "^1.6",
2727
"mockery/mockery": "^1.4.4",
28-
"larastan/larastan": "^2.1.6",
29-
"phpunit/phpunit": "^10.2.5"
28+
"larastan/larastan": "^3.0",
29+
"phpunit/phpunit": "^11.5"
3030
},
3131
"minimum-stability": "dev",
3232
"prefer-stable": true,

src/StripeDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public function handleCheckout(Request $request, Order $order): Response
9191
try {
9292
$session = $this->createSession($order);
9393
} catch (Throwable $exception) {
94+
report($exception);
9495
return new Response($this->getFailureUrl($order), $order->toArray());
9596
}
9697

0 commit comments

Comments
 (0)