Re-enable pledge creation during new pledge form processing

This commit is contained in:
Corey McKrill 2019-10-18 15:28:01 -07:00
parent c520d26527
commit c35efea8b7
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -87,7 +87,6 @@ function process_form_new() {
return $contributors;
}
/*
$name = sanitize_meta(
PledgeMeta\META_PREFIX . 'org-name',
$submission['org-name'],
@ -101,9 +100,6 @@ function process_form_new() {
return $created;
}
PledgeMeta\save_pledge_meta( $created, $submission );
*/
return 'success';
}