|
@@ 1101-1103 (lines=3) @@
|
| 1098 |
|
|
| 1099 |
|
// For Country. |
| 1100 |
|
$selected_country = give_get_country(); |
| 1101 |
|
if ( ! empty( $give_user_info['billing_country'] ) && '*' !== $give_user_info['billing_country'] ) { |
| 1102 |
|
$selected_country = $give_user_info['billing_country']; |
| 1103 |
|
} |
| 1104 |
|
$countries = give_get_country_list(); |
| 1105 |
|
|
| 1106 |
|
// For state. |
|
@@ 1117-1119 (lines=3) @@
|
| 1114 |
|
$selected_state = $give_user_info['card_state']; |
| 1115 |
|
} |
| 1116 |
|
// Get the country code. |
| 1117 |
|
if ( ! empty( $give_user_info['billing_country'] ) && '*' !== $give_user_info['billing_country'] ) { |
| 1118 |
|
$selected_country = $give_user_info['billing_country']; |
| 1119 |
|
} |
| 1120 |
|
|
| 1121 |
|
|
| 1122 |
|
// Get the country list that does not require city. |