BASE: Update PLs Wait Loader.
This commit is contained in:
@@ -172,7 +172,7 @@ class OnDemandOrderDetailsController extends GetxController {
|
||||
final order = onProviderOrder.value;
|
||||
if (order == null) return;
|
||||
|
||||
ShowToastDialog.showLoader("Please wait...".tr);
|
||||
ShowToastDialog.showLoader(ConstTexts.pleaseWait.tr);
|
||||
|
||||
try {
|
||||
double total = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user