Add metadata #7

Closed
mattbk wants to merge 4 commits from add-metadata into 7.x-2.x-dev
2 changed files with 20 additions and 0 deletions
Showing only changes of commit c4932c09d3 - Show all commits

View File

@ -553,7 +553,7 @@ function uc_stripe_charge($order_id, $amount, $data) {
$models = array();
foreach($order->products as $item){
$titles[] = $item->title;
$models[] = $item->model;
$models[] = $item->model;
}
if (variable_get('uc_stripe_metadata_titles',FALSE)==1 && variable_get('uc_stripe_metadata_models',FALSE)==1) {