@@ -73,7 +73,7 @@ |
||
| 73 | 73 | { |
| 74 | 74 | if (!empty($response->order_total_amount)) { |
| 75 | 75 | $this->totalAmount = $response->order_total_amount; |
| 76 | - } elseif(!empty($response->amount)) { |
|
| 76 | + } elseif (!empty($response->amount)) { |
|
| 77 | 77 | $this->totalAmount = $response->amount; |
| 78 | 78 | } |
| 79 | 79 | |