Code Duplication    Length = 3-3 lines in 2 locations

includes/payments/backward-compatibility.php 2 locations

@@ 167-169 (lines=3) @@
164
	}
165
166
	// City.
167
	if ( $city = give_get_meta( $object_id, '_give_donor_billing_city', true ) ) {
168
		$donor_data['address']['city'] = $city;
169
	}
170
171
	// Zip.
172
	if ( $zip = give_get_meta( $object_id, '_give_donor_billing_zip', true ) ) {
@@ 172-174 (lines=3) @@
169
	}
170
171
	// Zip.
172
	if ( $zip = give_get_meta( $object_id, '_give_donor_billing_zip', true ) ) {
173
		$donor_data['address']['zip'] = $zip;
174
	}
175
176
	// State.
177
	if ( $state = give_get_meta( $object_id, '_give_donor_billing_state', true ) ) {