remove punctuation mark

This commit is contained in:
cnohall 2025-03-19 14:05:03 +09:00
parent 6055c8f55f
commit e41fa6675d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class BlockonomicsPaymentDriver extends BaseDriver
} }
return 'ok'; return 'ok';
} }
return "No callback URL from your Blockonomics stores matches your Invoice Ninja webhook."; return "No callback URL from your Blockonomics stores matches your Invoice Ninja webhook";
} }
public function auth(): string public function auth(): string