Code Duplication    Length = 5-5 lines in 2 locations

includes/payments/backward-compatibility.php 2 locations

@@ 485-489 (lines=5) @@
482
							}
483
							break;
484
485
						case 'first_name':
486
							if ( isset( $donation_meta['user_info']['first_name'] ) ) {
487
								$check = $donation_meta['user_info']['first_name'];
488
							}
489
							break;
490
491
						case 'last_name':
492
							if ( isset( $donation_meta['user_info']['last_name'] ) ) {
@@ 491-495 (lines=5) @@
488
							}
489
							break;
490
491
						case 'last_name':
492
							if ( isset( $donation_meta['user_info']['last_name'] ) ) {
493
								$check = $donation_meta['user_info']['last_name'];
494
							}
495
							break;
496
497
						default:
498
							if ( isset( $donation_meta['user_info']['address'][ $payment_meta_key ] ) ) {