Skip to content
Snippets Groups Projects
Commit 49c68b16 authored by drastik's avatar drastik
Browse files

Fix wrong datatype for per github user metaxy

parent 4f09c95f
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$query_params = array(
1 => array($stripe_customer->id, 'String'),
2 => array($invoice_id, 'String'),
3 => array($end_time, 'Timestamp'),
3 => array($end_time, 'Integer'),
);
// Insert the new Stripe Subscription info.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment