thrownew\Exception('Stripe Customer: '.\CRM_Stripe_Api::getObjectParam('customer_id',$stripeCharge).' not found in CiviCRM. Cannot derive contact ID');
@@ -21,8 +21,9 @@ function _civicrm_api3_stripe_importcharge_spec(&$spec) {
$spec['ppid']['type']=CRM_Utils_Type::T_INT;
$spec['ppid']['api.required']=TRUE;
$spec['contact_id']['title']=E::ts('Contact ID');
$spec['contact_id']['description']=E::ts('If not specified this will be determined from the "customer" on the charge - a StripeCustomer record must exist in CiviCRM');