Skip to content

Commit

Permalink
Fix code standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ponddeja committed Sep 26, 2024
1 parent 9a2c4c8 commit 2bf2b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/Gateways/ReepayGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,12 @@ public static function get_webhook_url(): string {
}

$structure = get_option( 'permalink_structure' );
if( empty( $structure ) ){
if ( empty( $structure ) ) {
$default_wc_api_url = $default_wc_api_url . '=WC_Gateway_Reepay/';
}else{
} else {
$default_wc_api_url = $default_wc_api_url . 'WC_Gateway_Reepay/';
}

return $default_wc_api_url;
}

Expand Down

0 comments on commit 2bf2b4b

Please sign in to comment.