Add missing call.

This commit is contained in:
mburtonkelly
2019-10-04 15:12:00 -05:00
parent 19038bc7a0
commit e17d91d6e3

View File

@ -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"
);