@infrab4a/connect 0.9.5 → 0.9.6-beta.0

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.
@@ -1641,7 +1641,7 @@
1641
1641
  var _this = _super.call(this) || this;
1642
1642
  _this.firestore = firestore;
1643
1643
  _this.parentRepository = parentRepository;
1644
- _this.collectionName = 'Payments';
1644
+ _this.collectionName = 'payments';
1645
1645
  _this.parentIdField = 'subscriptionId';
1646
1646
  _this.model = SubscriptionPayment;
1647
1647
  return _this;