Bug #14352
Android - PROD - QC1320 - TT - Add Parameter
Status: | Resolved | Start date: | 19 September 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jimmy Phang | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Please assist to pass parameter for below services as this is mandatory for TT transaction - not allowed to pass empty values.
- Sender_address1 - TransactionFundTransferConfirmSubmit & transactionFundTransferSubmit for FE to pass to BE.
Originally, BE will grab Sender_address1 from authenticate response and response from performlogin to FE by default.
Adding 1 scenario - This is to cater scenario below:
- if BE unable to get the sender_address1 from omni during authenticate response. and FE allow the user to input another address, or reinput/ change the value of sender_address1 field in order to pass to BE.
FE control - Without reinput address - not allowed to send empty value.
History
#1 Updated by Jimmy Phang over 2 years ago
Please assist to pass parameter for below services as this is mandatory for TT transaction - not allowed to pass empty values.
TransactionFundTransferConfirmSubmit & transactionFundTransferSubmit for FE to pass to BE as of below:
- Sender_address1 - Mandatory
- Sender_address2 - Optional
- Sender_address3 - Optional
Originally, BE will grab Sender_address1 from authenticate response and response from performlogin to FE by default.
Adding 1 scenario - This is to cater scenario below:
- if BE unable to get the sender_address1 from omni during authenticate response. and FE allow the user to input another address, or reinput/ change the value of sender_address1 field in order to pass to BE.
FE control - Without reinput address - not allowed to send empty value.
#2 Updated by Jimmy Phang about 2 years ago
- Status changed from New to Resolved
- Assignee changed from sengloong.khoo sengloong.khoo to Jimmy Phang
Tested good