Skip to content

Commit 1184008

Browse files
committed
adding extra info to order_info
1 parent f92e69f commit 1184008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ding_dibs/ding_dibs.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function ding_dibs_payment_prepare($amount, $params, $callback) {
116116
}
117117

118118
$params += array(
119-
'order_info_short' => t('Payment of library dues'),
119+
'order_info_short' => t('Payment of library dues: @debts', array('@debts' => implode(',', $params['params']['selected_debts']))),
120120
'order_price_info' => array('Total' => $amount),
121121
// dibs module fills in missing data.
122122
);

0 commit comments

Comments
 (0)