Skip to content

Commit

Permalink
= 4.2.7.6 =
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Dec 18, 2024
1 parent b415a4e commit 09cff41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Helpers/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public static function insert_value_to_position_array( $old_array, $position, $k
* Print message
*
* @param string $message
* @param string $status
* @param string $status 'success', 'warning', 'error, 'info'
*
* @return void
* @since 4.2.6.9.3
Expand Down
3 changes: 3 additions & 0 deletions templates/checkout/payment-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

defined( 'ABSPATH' ) || exit();

/**
* @var LP_Gateway_Abstract $gateway
*/
if ( ! isset( $gateway ) ) {
return;
}
Expand Down

0 comments on commit 09cff41

Please sign in to comment.