fixup tiny whitespace issue

This commit is contained in:
Marek Isalski 2017-10-01 13:42:38 +01:00
parent d869a6c780
commit e1cbaf7e54

View File

@ -236,7 +236,7 @@ function fulcrm_shoppingcart_buy_eventbookingtype_form_submit( $form, &$form_sta
if ( is_array( $cart ) ) { if ( is_array( $cart ) ) {
if ( $person_uuid ) { 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, array( 'd' => array( 'fulcrm' => array( 'transaction' => array( 'person' => $person_uuid,
), ),
'person' => array( $person_uuid => array() ), 'person' => array( $person_uuid => array() ),