Skip to content

Commit

Permalink
chore: Insert doc link on webhook event enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesK committed Dec 16, 2023
1 parent 6d730c7 commit 77fb684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Webhook/AsaasWebhookEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace AstrotechLabs\AsaasSdk\Webhook;

/**
* @see https://docs.asaas.com/docs/webhook-para-cobrancas
*/
enum AsaasWebhookEvents: string
{
case PAYMENT_CONFIRMED = "PAYMENT_CONFIRMED";
Expand Down

0 comments on commit 77fb684

Please sign in to comment.