Skip to content

Commit

Permalink
fixup! feat(nordigen)!: add requisition hook
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohansen committed Dec 22, 2023
1 parent 772718d commit a7cc060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/nordigen/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const RequisitionRedirect = "https://raw.githubusercontent.com/martinohansen/yna

// requisitionStore returns a clean path to the requisition file
func (r Reader) requisitionStore() string {
return path.Clean(fmt.Sprintf("%s/%s", r.Config.DataDir, r.Config.Nordigen.BankID))
return path.Clean(fmt.Sprintf("%s/%s.json", r.Config.DataDir, r.Config.Nordigen.BankID))
}

// Requisition tries to get requisition from disk, if it fails it will create a
Expand Down

0 comments on commit a7cc060

Please sign in to comment.