Subversion Repositories SmartDukaan

Rev

Rev 10758 | Rev 10834 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10758 Rev 10788
Line 532... Line 532...
532
				$_GET['isLoggedIn'] = 'false';
532
				$_GET['isLoggedIn'] = 'false';
533
				}
533
				}
534
			}
534
			}
535
			$data['response']=$this->checkout_model->getCheckoutDetails($this->input->get(),$this->input->post(),$shippingconfig);
535
			$data['response']=$this->checkout_model->getCheckoutDetails($this->input->get(),$this->input->post(),$shippingconfig);
536
			$this->session->set_userdata('addressId',$addressId);
536
			$this->session->set_userdata('addressId',$addressId);
537
			print_r($data['response']['response']['changeAddress'][0]->message);
537
			echo json_encode($data['response']['response']['changeAddress'][0]);
538
		}
538
		}
539
	}
539
	}
540
	public function changeCaptcha(){
540
	public function changeCaptcha(){
541
		$captchaDisplay = $this->session->userdata('captchaDisplay');
541
		$captchaDisplay = $this->session->userdata('captchaDisplay');
542
		//if(isset($captchaDisplay) && $captchaDisplay == 1){
542
		//if(isset($captchaDisplay) && $captchaDisplay == 1){