Add missing call.
This commit is contained in:
@ -1093,7 +1093,7 @@ function _uc_stripe_create_stripe_customer($order, $payment_method_id = NULL){
|
|||||||
|
|
||||||
$params = array(
|
$params = array(
|
||||||
'description' => "OrderID: {$order->order_id}",
|
'description' => "OrderID: {$order->order_id}",
|
||||||
"metadata" => $metadata,
|
"metadata" => make_metadata($order),
|
||||||
'email' => "$order->primary_email"
|
'email' => "$order->primary_email"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user