Code Duplication    Length = 3-3 lines in 2 locations

includes/payments/backward-compatibility.php 2 locations

@@ 156-158 (lines=3) @@
153
	}
154
155
	// City.
156
	if ( $city = give_get_meta( $object_id, '_give_donor_billing_city', true ) ) {
157
		$donor_data['address']['city'] = $city;
158
	}
159
160
	// Zip.
161
	if ( $zip = give_get_meta( $object_id, '_give_donor_billing_zip', true ) ) {
@@ 161-163 (lines=3) @@
158
	}
159
160
	// Zip.
161
	if ( $zip = give_get_meta( $object_id, '_give_donor_billing_zip', true ) ) {
162
		$donor_data['address']['zip'] = $zip;
163
	}
164
165
	// State.
166
	if ( $state = give_get_meta( $object_id, '_give_donor_billing_state', true ) ) {