@xsolla/payment-client-core 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5283,6 +5283,9 @@ class CoreLibraryService {
5283
5283
  cardTypeUpdates$: this.creditCardStateService.data$,
5284
5284
  };
5285
5285
  }
5286
+ get financeDetailsUpdates$() {
5287
+ return this.financeDetailsService.data$;
5288
+ }
5286
5289
  get cardTypeUpdates$() {
5287
5290
  return this.creditCardStateService.data$;
5288
5291
  }