digipay-utility-payment 0.0.9 → 0.0.10

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,7 +4846,7 @@ 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
4851
  };
4852
4852
  if (this.vendorDetails?.vendor_code == "SOCHIETEL") {
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.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"