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:
Matt
2017-02-27 19:25:11 -06:00
parent 0c9bfe260a
commit 02d2e9852d

View File

@ -577,10 +577,6 @@ function uc_stripe_charge($order_id, $amount, $data) {
$metadata = array("models" => implode(";", $models)); $metadata = array("models" => implode(";", $models));
} }
dpm($metadata,$name="metadata");
dpm($titles,$name="titles");
dpm($models,$name="models");
$params = array( $params = array(
"amount" => $amount, "amount" => $amount,
"currency" => strtolower($order->currency), "currency" => strtolower($order->currency),