mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Avoid PHP notices about "invoicing" array key #134

Closed christianwach closed 4 years ago

christianwach commented 4 years ago

Overview

As per title.

Before

PHP notices of the form:

PHP Notice: Undefined index: invoicing

After

No PHP notices.

mecachisenros commented 4 years ago

Many thanks @christianwach!