Skip to content

Commit

Permalink
Update throws comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed Jul 17, 2024
1 parent dc15de2 commit 45e3145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function init() {
/**
* Create order. Security is handled by WC.
*
* @throws Exception If cart is empty.
* @throws Exception If cart is empty. That is handled within the method.
*/
public function ajax_create_order() {
try {
Expand Down

0 comments on commit 45e3145

Please sign in to comment.