Skip to content

Commit

Permalink
govpay mocks config debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-DEFRA committed May 16, 2024
1 parent 780fc40 commit 6154cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def prepare_for_payment
Rails.logger.warn ">>> TR now: #{@transient_registration.inspect}"
order = @transient_registration.finance_details.orders.first
govpay_service = GovpayPaymentService.new(@transient_registration, order, current_user)
Rails.logger.warn ">>> controller prepare_for_payment calling GovpayPaymentService#prepare_for_payment with url #{DefraRubyGovpay::API.new(host_is_back_office:).send(:url, "/payments")}"
Rails.logger.warn ">>> controller prepare_for_payment calling GovpayPaymentService#prepare_for_payment with url #{DefraRubyGovpay::API.new(host_is_back_office: false).send(:url, "/payments")}"
govpay_service.prepare_for_payment
end

Expand Down

0 comments on commit 6154cd3

Please sign in to comment.