Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/385
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 22, 2024
1 parent 73b4b32 commit 277d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function short():string {return df_cc_n("Google Fonts API error: «{$this->r('me
# message: "Access Not Configured. The API (Google Fonts Developer API) is not enabled for your project. Please use the Google Developers Console to update your configuration.",
# extendedHelp: "https://console.developers.google.com"
# }
'accessNotConfigured' !== dfa(df_first($this['errors']), 'reason') ? '' :
'accessNotConfigured' !== dfa(df_first($this->r('errors')), 'reason') ? '' :
"You need to setup the Google Fonts' API using the instruction https://mage2.pro/t/269"
);}

Expand Down

0 comments on commit 277d0c6

Please sign in to comment.