Hello All,

What is the difference between:
1- private readonly PayPalSmartPaymentButtonsSettings _settings;
AND
2- var storeScope = _storeContext.ActiveStoreScopeConfiguration;
   var settings = _settingService.LoadSetting<PayPalSmartPaymentButtonsSettings>(storeScope);

both load settings for a chosen store scope so what is the difference?

Thank you