From 7bfdea32633df161273631bcdc6b33b93867f5b2 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Tue, 21 May 2019 15:54:13 -0400 Subject: [PATCH] RT# 83401 Send country field to B::OP on tokenize --- FS/FS/cust_main/Billing_Realtime.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index 1ac12ce6b..89d63dd26 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -323,7 +323,8 @@ sub _bop_cust_payby_options { if ( $cust_payby->locationnum ) { my $cust_location = $cust_payby->cust_location; - $options->{$_} = $cust_location->$_() for qw( address1 address2 city state zip ); + $options->{$_} = $cust_location->$_() + for qw( address1 address2 city state zip country ); } } } -- 2.11.0