b0VIM 7.3X°rPxokubaprogrammer-ThinkCentre-M55~kuba/work/przelewy24_payment/app/controllers/przelewy24_payment_controller.rbutf-8 3210#"! Utpÿ>ad¸Ä>Ƹª‰iO.éͯŠ„~}WQPOë ´ ® ­ ž t O 4  ¼ ´ ® ­ £ ¢ ‚ j S < & %   7  ˆ €  O © Š c L  èÏÉÈÄÃend end return response.body response = con.start {|http| http.request(req)} con.verify_mode = OpenSSL::SSL::VERIFY_NONE con.use_ssl = true con = Net::HTTP.new(url.host, 443) req.form_data = params_new req = Net::HTTP::Post.new(url.path,{"User-Agent" => "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10"}) url = URI.parse(P24Payment.transaction_url) end params_new[:p24_crc] = Digest::MD5.hexdigest(params[:p24_session_id]+"|"+params[:p24_order_id]+"|"+params[:p24_kwota]+"|"+data[:crc_key]) if data[:crc_key].present? params_new = {:p24_session_id => params[:p24_session_id], :p24_order_id => params[:p24_order_id], :p24_id_sprzedawcy => P24Payment::SELLER_ID, :p24_kwota => P24Payment.p24_price(data[:amount]).to_s} data = payment_verify(params) require 'openssl' require 'open-uri' require 'net/http' require 'net/https' def przelewy24_verify(params) private end end payment_error(params, :error_code => result[2], :error_descr => result[3]) else payment_success(params) if result[1] == "TRUE" result = @response.split("\r\n") @response = przelewy24_verify(params) def comeback end return data = { :amount => 100.0, :crc_key => '' } def payment_verify(response_params) end def payment_error(payment_params, code, description) end def payment_success(payment_params) end } :email => 'test@example.com' :country => 'Polska', :city => 'Wroclaw', :zipcode => '53-456', :address => 'Powstancow 22/2', :client => 'Adam Nowak', :value => '34.3', :description => "opis", :session_id => 'sssss', @data = { def paymentclass Przelewy24PaymentController < ApplicationController