@@ -71,8 +71,7 @@ |
||
71 | 71 | $this->data['raw'] = $fetchResponse->getData(); |
72 | 72 | if ($fetchResponse->getData()['PayResult'] != 3) { // 交易成功為3; 交易失敗為0; |
73 | 73 | $this->status = static::STATUS_FAILED; |
74 | - } |
|
75 | - else { |
|
74 | + } else { |
|
76 | 75 | $this->status = static::STATUS_COMPLETED; |
77 | 76 | } |
78 | 77 |