taxtank-core 0.30.15 → 0.30.16

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.
@@ -14031,7 +14031,7 @@ class SubscriptionService extends RestService$1 {
14031
14031
  }));
14032
14032
  }
14033
14033
  getStripeClientSecret(subscription) {
14034
- return this.http.post(this.apiUrl, subscription).pipe(map((response) => response));
14034
+ return this.http.post(this.apiUrl, classToPlain(subscription)).pipe(map((response) => response));
14035
14035
  }
14036
14036
  getActive() {
14037
14037
  return this.get().pipe(map((subscriptions) => subscriptions.getActive()));