Code Duplication    Length = 5-5 lines in 2 locations

includes/payments/backward-compatibility.php 2 locations

@@ 490-494 (lines=5) @@
487
							}
488
							break;
489
490
						case 'first_name':
491
							if ( isset( $donation_meta['user_info']['first_name'] ) ) {
492
								$check = $donation_meta['user_info']['first_name'];
493
							}
494
							break;
495
496
						case 'last_name':
497
							if ( isset( $donation_meta['user_info']['last_name'] ) ) {
@@ 496-500 (lines=5) @@
493
							}
494
							break;
495
496
						case 'last_name':
497
							if ( isset( $donation_meta['user_info']['last_name'] ) ) {
498
								$check = $donation_meta['user_info']['last_name'];
499
							}
500
							break;
501
502
						default:
503
							if ( isset( $donation_meta['user_info']['address'][ $payment_meta_key ] ) ) {