digipay-utility-payment 0.0.2 → 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.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# `
|
|
1
|
+
# `utility-payments` (Angular library)
|
|
2
2
|
|
|
3
3
|
Embeddable **utility payments / recharge / bill pay** UI for Angular applications.
|
|
4
4
|
|
|
@@ -24,5 +24,5 @@ npm run build:pack-agent-lib
|
|
|
24
24
|
|
|
25
25
|
## Package metadata
|
|
26
26
|
|
|
27
|
-
- **npm name:** `
|
|
27
|
+
- **npm name:** `utility-payments`
|
|
28
28
|
- **Peer deps:** `@angular/core`, `@angular/common` (^20.x for current line)
|
|
Binary file
|
|
@@ -4614,10 +4614,10 @@ class TopupAndBillpaymentReviewComponent extends TransactionClass {
|
|
|
4614
4614
|
credit_type: TRANSFER_MODE.WALLET,
|
|
4615
4615
|
credit_type_id: this.walletId,
|
|
4616
4616
|
credit_account_type: USER_TYPES.VENDOR,
|
|
4617
|
-
credit_account_type_id: this.
|
|
4617
|
+
credit_account_type_id: this.adminUserDetails?.id,
|
|
4618
4618
|
username: this.vendorContractDetails?.contact_person_name,
|
|
4619
4619
|
},
|
|
4620
|
-
txn_amount:
|
|
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,
|
|
@@ -5541,4 +5541,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImpo
|
|
|
5541
5541
|
*/
|
|
5542
5542
|
|
|
5543
5543
|
export { DataService, PaymentsApiService, PaymentsConfigService, SdkStateService, TopupAndBillpaymentService, TransactionService, TranslationService, UTILITY_PAYMENTS_AUTH_PROVIDER, UTILITY_PAYMENTS_SDK_BUILD_TAG, UtilityPaymentsContainerComponent, UtilityPaymentsModule, WorkflowStateService, utilityPaymentsSdkDebug, utilityPaymentsSdkIsVerboseDebug };
|
|
5544
|
-
//# sourceMappingURL=digipay-utility-payment.mjs.map
|