fixup tiny whitespace issue
This commit is contained in:
parent
d869a6c780
commit
e1cbaf7e54
@ -236,7 +236,7 @@ function fulcrm_shoppingcart_buy_eventbookingtype_form_submit( $form, &$form_sta
|
||||
|
||||
if ( is_array( $cart ) ) {
|
||||
if ( $person_uuid ) {
|
||||
$api_data = fulcrm_apiv2_PATCH( $cart[ 'url' ],
|
||||
$api_data = fulcrm_apiv2_PATCH( $cart[ 'url' ],
|
||||
array( 'd' => array( 'fulcrm' => array( 'transaction' => array( 'person' => $person_uuid,
|
||||
),
|
||||
'person' => array( $person_uuid => array() ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user