Skip to content

Commit

Permalink
fix: trxReq date header
Browse files Browse the repository at this point in the history
oderayi committed Jan 29, 2025
1 parent f0a0a79 commit 54ef938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@
"headers": {
"FSPIOP-Source": "{$inputs.SIMPAYER_NAME}",
"FSPIOP-Destination": "{$inputs.payeefsp}",
"Date": "{$environment.transactionRequestDatex}",
"Date": "{$function.generic.curDate}",
"Accept": "{$inputs.acceptTransactionRequests}",
"FSPIOP-HTTP-Method": "GET",
"FSPIOP-URI": "/transactionRequests",

0 comments on commit 54ef938

Please sign in to comment.