change selfie with ktp to selfie with setrip tag
This commit is contained in:
@@ -7,7 +7,7 @@ type SubmitInput = {
|
||||
birthDate: Date;
|
||||
address: string;
|
||||
ktpImageKey: string;
|
||||
selfieKey: string;
|
||||
livenessKey: string;
|
||||
bankName: string;
|
||||
bankAccountNumber: string;
|
||||
bankAccountName: string;
|
||||
@@ -36,7 +36,7 @@ export const organizerService = {
|
||||
birthDate: data.birthDate,
|
||||
address: data.address,
|
||||
ktpImageKey: data.ktpImageKey,
|
||||
selfieKey: data.selfieKey,
|
||||
livenessKey: data.livenessKey,
|
||||
bankName: data.bankName,
|
||||
bankAccountNumber: data.bankAccountNumber,
|
||||
bankAccountName: data.bankAccountName,
|
||||
|
||||
Reference in New Issue
Block a user