Skip to content

Commit

Permalink
Remove garbage character from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
pi3r committed May 2, 2023
1 parent f8446d5 commit d46ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/gateways/payflow_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def xpath_prefix_for_transaction_type(tx_type)

def threeds_xpath_for_extdata(attr_name, tx_type: 'Authorization')
xpath_prefix = xpath_prefix_for_transaction_type(tx_type)
%(string(#{xpath_prefix}/PayData/ExtData[@Name='#{attr_name}']/@Value)")
%(string(#{xpath_prefix}/PayData/ExtData[@Name='#{attr_name}']/@Value))
end

def authorize_buyer_auth_result_path
Expand Down

0 comments on commit d46ff26

Please sign in to comment.