Remove development calls to dpm().
This breaks checkout (Error 500) when you don’t have https://www.drupal.org/project/devel installed. Closes #1.
This commit is contained in:
@ -577,10 +577,6 @@ function uc_stripe_charge($order_id, $amount, $data) {
|
||||
$metadata = array("models" => implode(";", $models));
|
||||
}
|
||||
|
||||
dpm($metadata,$name="metadata");
|
||||
dpm($titles,$name="titles");
|
||||
dpm($models,$name="models");
|
||||
|
||||
$params = array(
|
||||
"amount" => $amount,
|
||||
"currency" => strtolower($order->currency),
|
||||
|
Reference in New Issue
Block a user