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:
|
|
4849
|
+
userType: this.currentUserDetails?.user_type,
|
|
4850
4850
|
walletId: this.walletId,
|
|
4851
4851
|
};
|
|
4852
4852
|
if (this.vendorDetails?.vendor_code == "SOCHIETEL") {
|