Add metadata in 7.x-3.x-dev #10

Open
mattbk wants to merge 16 commits from add-metadata-endracing-7.x-3.1 into 7.x-3.x-dev
5 changed files with 50 additions and 31 deletions
Showing only changes of commit e17d91d6e3 - Show all commits

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