thrownewAPI_Exception(E::ts("There is a mismatch between the contact id for the customer indicated by the subscription (%1) and the contact id provided via the API params (%2).",[1=>$customer['contact_id'],2=>$params['contact_id']]));
thrownewAPI_Exception(E::ts("There is a mismatch between the contact id for the customer indicated by the subscription (%1) and the contact id provided via the API params (%2).",[1=>$customer['contact_id'],2=>$params['contact_id']]));
}
// Create the recur record in CiviCRM if it doesn't exist.
...
...
@@ -73,7 +73,7 @@ function civicrm_api3_stripe_importsubscription($params) {