Welcome Guest, Not a member yet? Register   Sign In
How to make payment gate way?
#12

[eluser]barryskidmore[/eluser]
Code:
case 24:
                        $this->x_result['Email'] = $this->x_actual_string;
                        break;
                    case 25:
                        $this->x_result['ShipFirstName'] = $this->x_actual_string;
                        break;
                    case 26:
                        $this->x_result['ShipLastName'] = $this->x_actual_string;
                        break;
                    case 27:
                        $this->x_result['ShipCompany'] = $this->x_actual_string;
                        break;
                    case 28:
                        $this->x_result['ShipAddress'] = $this->x_actual_string;
                        break;
                    case 29:
                        $this->x_result['ShipCity'] = $this->x_actual_string;
                        break;
                    case 30:
                        $this->x_result['ShipState'] = $this->x_actual_string;
                        break;
                    case 31:
                        $this->x_result['ShipZip'] = $this->x_actual_string;
                        break;
                    case 32:
                        $this->x_result['ShipCountry'] = $this->x_actual_string;
                        break;
                    case 33:
                        $this->x_result['Tax'] = $this->x_actual_string;
                        break;
                    case 34:
                        $this->x_result['Duty'] = $this->x_actual_string;
                        break;
                    case 35:
                        $this->x_result['Freight'] = $this->x_actual_string;
                        break;
                    case 36:
                        $this->x_result['TaxExempt'] = $this->x_actual_string;
                        break;
                    case 37;
                        $this->x_result['PurchaseOrder'] = $this->x_actual_string;
                        break;
                    case 38:
                        $this->x_result['MD5Hash'] = $this->x_actual_string;
                        break;
                    case 39:
                        $this->x_result['CodeResponse'] = $this->x_actual_string;
                        break;
                    default:
                        $this->x_result[$this->x_position] = $this->x_actual_string;;
                        break;
                    
                }
                // Clean up for next pass
                $this->x_response = substr($this->x_response,$this->x_position);
            }
        }
        return $this->x_result;
    }


Messages In This Thread
How to make payment gate way? - by El Forum - 09-19-2008, 10:00 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:11 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:12 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:13 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:16 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:20 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:22 AM
How to make payment gate way? - by El Forum - 09-19-2008, 10:42 AM
How to make payment gate way? - by El Forum - 09-22-2008, 12:40 PM
How to make payment gate way? - by El Forum - 09-22-2008, 12:41 PM
How to make payment gate way? - by El Forum - 09-22-2008, 12:43 PM
How to make payment gate way? - by El Forum - 09-22-2008, 12:43 PM
How to make payment gate way? - by El Forum - 09-22-2008, 12:43 PM
How to make payment gate way? - by El Forum - 09-22-2008, 01:18 PM
How to make payment gate way? - by El Forum - 09-23-2008, 06:41 AM
How to make payment gate way? - by El Forum - 09-23-2008, 01:25 PM
How to make payment gate way? - by El Forum - 11-19-2008, 10:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB