Skip to content

Commit

Permalink
Merge pull request #46 from newfold-labs/PRESS4-403
Browse files Browse the repository at this point in the history
PRESS-403 Typo in Shippo event code
  • Loading branch information
wpscholar authored Nov 8, 2023
2 parents 51f3eb8 + 0186499 commit 0a09a99
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 0a09a99

Please sign in to comment.