Bug #12957
[DEV - API] performBillPayment
Status: | Closed | Start date: | 07 January 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jun Hui Yap | % Done: | 100% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Step 1 - Call performBillPayment to create a scheduled payment and register the bill.
Step 2 - Scheduled Payment is successfully created and bill is registered.
Step 3 - Call getBillList to know the billId of the registered bill that performed in step 1 performBillPayment
Step 4 - Call getBillPayment and with billId that get in step 3
Issue: Unable to retrieve the Scheduled Payment that created in Step 1.
History
#1 Updated by Lim Sze Xiang about 3 years ago
- Status changed from New to Assigned
- Assignee changed from Lim Sze Xiang to Shafiqah Rahni
After create a new registered bill when performBillPayment, need to insert back the newly created bill id into bill_payment table
#2 Updated by Shafiqah Rahni almost 3 years ago
- Status changed from Assigned to Resolved
- Assignee changed from Shafiqah Rahni to Lim Sze Xiang
- % Done changed from 0 to 100
Fixed. Added billId into the billPayment table
Revision: 215761
----
Modified : /ACSA/BillPaymentAPI/trunk/src/main/java/com/silverlake/mobility/billing/service/BillPaymentService.java
#3 Updated by Lim Sze Xiang almost 3 years ago
- Assignee changed from Lim Sze Xiang to Jun Hui Yap
#4 Updated by Jun Hui Yap almost 3 years ago
- File 12957.png added
- Status changed from Resolved to Closed
Tested good.