Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 20, 2024
1 parent fd1e68f commit 1d2ad9b
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 @@ -214,7 +214,7 @@ public function handleManualRefund(Transaction $transaction): void
*/
public function resolveOrderForNotification(Event $event): Order
{
return $this->resolveOrder($event->event->data['object']['metadata']['order']);
return $this->resolveOrder($event->data['object']['metadata']['order']);
}

/**
Expand Down

0 comments on commit 1d2ad9b

Please sign in to comment.