From e17d91d6e3139fb8087dc08049a4c5ba34c8fc57 Mon Sep 17 00:00:00 2001 From: mburtonkelly Date: Fri, 4 Oct 2019 15:12:00 -0500 Subject: [PATCH] Add missing call. --- uc_stripe.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uc_stripe.module b/uc_stripe.module index 3d868ae..3111544 100644 --- a/uc_stripe.module +++ b/uc_stripe.module @@ -1093,7 +1093,7 @@ function _uc_stripe_create_stripe_customer($order, $payment_method_id = NULL){ $params = array( 'description' => "OrderID: {$order->order_id}", - "metadata" => $metadata, + "metadata" => make_metadata($order), 'email' => "$order->primary_email" );