@@ -43,7 +43,9 @@ |
||
| 43 | 43 | */ |
| 44 | 44 | public function create_AccountInfo($accountinfo) |
| 45 | 45 | { |
| 46 | - if (isset($this->AccountInfo)) return; |
|
| 46 | + if (isset($this->AccountInfo)) { |
|
| 47 | + return; |
|
| 48 | + } |
|
| 47 | 49 | |
| 48 | 50 | $this->AccountInfo = $this->createElement('AccountInfo'); |
| 49 | 51 | $this->Response->appendChild($this->AccountInfo); |
@@ -41,7 +41,9 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | public function create_CancelDate($canceldate) |
| 43 | 43 | { |
| 44 | - if (isset($this->CancelDate)) return; |
|
| 44 | + if (isset($this->CancelDate)) { |
|
| 45 | + return; |
|
| 46 | + } |
|
| 45 | 47 | |
| 46 | 48 | $this->CancelDate = $this->createElement('CancelDate', $canceldate); |
| 47 | 49 | $this->Response->appendChild($this->CancelDate); |
@@ -42,7 +42,9 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function create_OrderDate($orderdate) |
| 44 | 44 | { |
| 45 | - if (isset($this->OrderDate)) return; |
|
| 45 | + if (isset($this->OrderDate)) { |
|
| 46 | + return; |
|
| 47 | + } |
|
| 46 | 48 | |
| 47 | 49 | $this->OrderDate = $this->createElement('OrderDate', $orderdate); |
| 48 | 50 | $this->Response->appendChild($this->OrderDate); |
@@ -42,7 +42,9 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function create_PaymentId($paymentid) |
| 44 | 44 | { |
| 45 | - if (isset($this->PaymentId)) return; |
|
| 45 | + if (isset($this->PaymentId)) { |
|
| 46 | + return; |
|
| 47 | + } |
|
| 46 | 48 | |
| 47 | 49 | $this->PaymentId = $this->createElement('PaymentId', $paymentid); |
| 48 | 50 | $this->Response->appendChild($this->PaymentId); |