Skip to content

Commit

Permalink
fix: sintax error for di compile (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-picoloto authored Feb 19, 2024
1 parent 82a47c9 commit 7ef7bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private function addDashSettingsMessages()
CoreAccount::DOMAIN_INCORRECT => sprintf(
__('The registered <b>domain</b> is different from the URL of your website. Please correct the '
. 'domain configured on the <b>%s</b> to be able to process payment in your store.'),
$this->buildDashLink($linkLabel, $linkAccount),
$this->buildDashLink($linkLabel, $linkAccount)
),
CoreAccount::WEBHOOK_INCORRECT => sprintf(
__('The URL for receiving <b>webhooks</b> registered in Pagar.me Dash is different from the URL of '
Expand Down

0 comments on commit 7ef7bed

Please sign in to comment.