Skip to content

Commit

Permalink
Fix Text impress-org#1050
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Jul 12, 2017
1 parent c0f3e58 commit 7fd5b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/process-donation.php
Expand Up @@ -481,7 +481,7 @@ function give_get_required_fields( $form_id ) {
$states = give_get_states( $country );
// Check if states is empty or not.
if ( empty( $states ) ) {
// If status is empty remove the required feilds of state in billing cart.
// If states is empty remove the required feilds of state in billing cart.
unset( $required_fields['card_state'] );
}
}
Expand Down

0 comments on commit 7fd5b45

Please sign in to comment.