Skip to content

Commit 7962ba6

Browse files
authored
Add colum in yaml file (#138)
1 parent 8d2fb30 commit 7962ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ bulk_processor:
157157
hostname : "https://ph-ee-connector-bulk:8443"
158158

159159
csv:
160-
columnNames: "id,request_id,payment_mode,payer_identifier_type,payer_identifier,payee_identifier_type,payee_identifier,amount,currency,note,account_number,program_shortcode,cycle"
160+
columnNames: "id,request_id,payment_mode,payer_identifier_type,payer_identifier,payee_identifier_type,payee_identifier,amount,currency,note,account_number,program_shortcode,cycle,payee_dfsp_id"
161161
size : 100000 # in bytes
162162

163163
budget-account:

0 commit comments

Comments
 (0)