CRM_Core_Error::Fatal("Error relating this subscription id ($subscription_id) to the one in civicrm_stripe_subscriptions");
header('HTTP/1.1 400 Bad Request');
CRM_Core_Error::Fatal("Error relating this subscription id ($subscription_id) to the one in civicrm_stripe_subscriptions");
CRM_Utils_System::civiExit();
}
}
// Same approach as api repeattransaction. Find last contribution ascociated
...
...
@@ -41,7 +43,9 @@ class CRM_Stripe_Page_Webhook extends CRM_Core_Page {
//$previous_contribution_query->fetch();
}
else{
header('HTTP/1.1 400 Bad Request');
CRM_Core_Error::Fatal("ERROR: Stripe could not find contribution ($recurring_info->previous_contribution_id) in civicrm_contribution: ".$stripe_event_data);