From 3c6237f4eb87b74c94fb99b3bab6d8dda7f6dede Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Tue, 6 Oct 2020 15:56:11 +0300 Subject: SL-14067 FIXED The 'Unable to Buy' (L$) error persists until relogin --- indra/newview/llcurrencyuimanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llcurrencyuimanager.h') diff --git a/indra/newview/llcurrencyuimanager.h b/indra/newview/llcurrencyuimanager.h index 3f37db8db1..7c05acbb05 100644 --- a/indra/newview/llcurrencyuimanager.h +++ b/indra/newview/llcurrencyuimanager.h @@ -80,6 +80,8 @@ public: bool buying(); // are we in the process of buying? bool bought(); // did the buy() transaction complete successfully + void clearError(); + bool hasError(); std::string errorMessage(); std::string errorURI(); -- cgit v1.2.3