digipay-utility-payment 0.0.10 → 0.0.11

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.
Binary file
@@ -4848,6 +4848,7 @@ class TopupAndBillpaymentReviewComponent extends TransactionClass {
4848
4848
  currencyId: this.currencyId,
4849
4849
  userType: this.currentUserDetails?.user_type,
4850
4850
  walletId: this.walletId,
4851
+ profileId: profileData?.id
4851
4852
  };
4852
4853
  if (this.vendorDetails?.vendor_code == "SOCHIETEL") {
4853
4854
  chargeParams.productCode = PRODUCT_MASTER_DICT.RCG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digipay-utility-payment",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"