Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
frantisekrokusek committed Dec 16, 2024
1 parent 2ef771d commit 1734b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/epics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require "epics/htd"
require "epics/haa"
require "epics/sta"
require "epics/fdl"
require "epics/vmk"
require "epics/c52"
require "epics/c53"
Expand Down
1 change: 1 addition & 0 deletions lib/epics/header_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def build(options = {})
xml.StandardOrderParams {
build_attributes(xml, options[:order_params])
} if options[:order_params]
build_attributes(xml, options[:custom_order_params]) if options[:custom_order_params]
}
xml.BankPubKeyDigests {
xml.Authentication(client.bank_x.public_digest, Version: 'X002', Algorithm: 'http://www.w3.org/2001/04/xmlenc#sha256')
Expand Down

0 comments on commit 1734b6f

Please sign in to comment.