@@ -25,6 +25,7 @@ import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_AD
2525import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_BUTTON_INFO
2626import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_BUTTON_PAY
2727import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_CITY_NAME
28+ import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_CONTACT
2829import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_CONTACT_INFO
2930import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_COUNTRY_NAME
3031import com.furahitechpay.furahitechpay.mobile.MobilePresenter.Companion.LABEL_EXTRA_INFO
@@ -46,12 +47,14 @@ class MobileFragment : BaseFragment(), MobileView, PayCallback {
4647 " swa" to hashMapOf(
4748 LABEL_PAYMENT_INFO to " Taarifa za Malipo" , LABEL_EXTRA_INFO to " Maelezo" ,
4849 LABEL_CONTACT_INFO to " Taarifa za mawasiliano" ,LABEL_BUTTON_INFO to " Nakili Kumbukumbu Namba" ,
49- LABEL_BUTTON_PAY to " Tengeneza Kumbukumbu namba" , LABEL_HOWTO_PAY to " Jinsi ya kulipia"
50+ LABEL_BUTTON_PAY to " Tengeneza Kumbukumbu namba" , LABEL_HOWTO_PAY to " Jinsi ya kulipia" ,
51+ LABEL_CONTACT to " Weka namba yako ya simu kwa ajili ya malipo hapo chini"
5052 ),
5153 " en" to hashMapOf(
5254 LABEL_PAYMENT_INFO to " Payment Information" , LABEL_EXTRA_INFO to " Extra Information" ,
5355 LABEL_CONTACT_INFO to " Contact Information" , LABEL_BUTTON_INFO to " Copy Token" ,
54- LABEL_BUTTON_PAY to " Generate Token" , LABEL_HOWTO_PAY to " Payment Instruction" )
56+ LABEL_BUTTON_PAY to " Generate Token" , LABEL_HOWTO_PAY to " Payment Instruction" ,
57+ LABEL_CONTACT to " Enter your phone number to be used for payment below" )
5558 )
5659
5760 private val furahitechPay = FurahitechPay .instance
@@ -186,6 +189,7 @@ class MobileFragment : BaseFragment(), MobileView, PayCallback {
186189 view.findViewById<TextView >(R .id.extra_info_label).text = languageMap[LABEL_EXTRA_INFO ]
187190 view.findViewById<TextView >(R .id.payment_for).text = furahitechPay.paymentRequest!! .paymentForWhat[language]
188191 view.findViewById<TextView >(R .id.instruction_label).text = languageMap[LABEL_HOWTO_PAY ]
192+ view.findViewById<TextView >(R .id.contact_label).text = languageMap[LABEL_CONTACT ]
189193 startPaymentBtn.text = languageMap[LABEL_BUTTON_PAY ]
190194 }
191195
0 commit comments