public void ClearPayments(string distributorID, string locale)
 {
     PaymentInfoProvider.ClearPayments(distributorID, locale);
 }