Connecting the second payment system

  • In Progress
    Posted in: Fundingpress  
  • Member
    Eventfull
    October 25, 2013 at 3:35 am #30358
    Greetings.
    That was the question.I have variables that need to be sent when redirecting to step = 2
    // registration info (login, password #1)
    $mrh_login = “****”;
    $mrh_pass1 = “*******”;

    // number of order
    $inv_id = 0;

    // order description
    $inv_desc = “ROBOKASSA Advanced User Guide”;

    // sum of order
    $out_summ= @$_REQUEST;


    // code of goods
    $shp_item = “222”;

    // default payment e-currency
    $in_curr = “”;

    // language
    $culture = “ru”;

    // generate signature
    $crc  = md5(“$mrh_login:$out_summ:$inv_id:$mrh_pass1:Shp_item=$shp_item”);
    In what file I connect them?
    tried to paypal.php does not work

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.