summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main/Billing_Realtime.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/cust_main/Billing_Realtime.pm')
-rw-r--r--FS/FS/cust_main/Billing_Realtime.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index 97e7c94..0156c53 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -299,6 +299,10 @@ sub _bop_content {
$content{referer} = 'http://cleanwhisker.420.am/'; #XXX fix referer :/
$content{phone} = $self->daytime || $self->night;
+ my $currency = $conf->exists('business-onlinepayment-currency')
+ && $conf->config('business-onlinepayment-currency');
+ $content{currency} = $currency if $currency;
+
\%content;
}