Skip to content

Commit

Permalink
fix: property name
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Aug 31, 2024
1 parent e2bd1b3 commit b8158cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public function __invoke(OffSiteGatewayWebhookNotification $webhookNotification)
*/
private function isRecurringDonation(OffSiteGatewayWebhookNotification $webhookNotification): bool
{
return 'subscription' === $webhookNotification->notificationType;
return 'subscription' === $webhookNotification->gatewayNotificationType;
}
}

0 comments on commit b8158cf

Please sign in to comment.