digipay-utility-payment 0.0.3 → 0.0.4

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
@@ -4617,7 +4617,7 @@ class TopupAndBillpaymentReviewComponent extends TransactionClass {
4617
4617
  credit_account_type_id: this.adminUserDetails?.id,
4618
4618
  username: this.vendorContractDetails?.contact_person_name,
4619
4619
  },
4620
- txn_amount: 10, // (this.providerCode == 'DBA_PREPAID_ELECTRICITY' || this.providerCode == 'DBA_POSTPAID_ELECTRICITY') ? parseFloat(this.userAmountWithoutCharge) : txnAmount,
4620
+ txn_amount: (this.providerCode == 'DBA_PREPAID_ELECTRICITY' || this.providerCode == 'DBA_POSTPAID_ELECTRICITY') ? parseFloat(this.userAmountWithoutCharge) : txnAmount,
4621
4621
  txn_code: txnCode,
4622
4622
  payment_mode: PAYMENT_MODE.WALLET,
4623
4623
  txn_device_info: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digipay-utility-payment",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"