Skip to content

Commit

Permalink
fix: remove trailing commas in function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bporcelli committed Sep 24, 2023
1 parent d47080f commit a2ba762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/frontend/class-sst-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public function maybe_add_certificate( $order_id ) {
'SinglePurchaserOrderNumber' => $order_id,
)
),
$purchaser,
$purchaser
);
}

Expand Down
2 changes: 1 addition & 1 deletion includes/sst-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function sst_is_user_tax_exempt() {
'sst_is_user_tax_exempt',
$is_exempt,
$exempt_roles,
$current_user,
$current_user
);
}

Expand Down

0 comments on commit a2ba762

Please # to comment.