Skip to content

Commit

Permalink
PRESS-403 Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamatharao05 committed Nov 8, 2023
1 parent 51f3eb8 commit 0186499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Listeners/Commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function shippo_connection( $new_option, $old_option ) {
);
if ( $new_option !== $old_option && ! empty( $new_option ) ) {
$this->push(
"shpping_connected",
"shipping_connected",
$data
);
}
Expand Down

0 comments on commit 0186499

Please sign in to comment.