Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Sep 26, 2024
1 parent 58d80d8 commit 70652a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripeDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function capture(Request $request, Order $order): Order
*/
public function resolveOrderForNotification(Request $request): Order
{
return $this->resolveOrder($request->input('object.metadata.order'));
return $this->resolveOrder($request->input('data.object.metadata.order'));
}

/**
Expand Down

0 comments on commit 70652a0

Please sign in to comment.