digipay-utility-payment 0.0.9 → 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
@@ -4846,8 +4846,9 @@ class TopupAndBillpaymentReviewComponent extends TransactionClass {
4846
4846
  productCode: PRODUCT_MASTER_DICT.BP,
4847
4847
  amount: this.userAmount || this.amount || this.billData?.selectedBill?.bill_amount || this.planData?.product_fixed_price,
4848
4848
  currencyId: this.currencyId,
4849
- userType: USER_TYPES.AGENT,
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.9",
3
+ "version": "0.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"