@@ -30,8 +30,8 @@ |
||
| 30 | 30 | throw new InvalidParamsException(Exception::MISSING_NECESSARY_PARAMS); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - return 'v3/merchant-service/complaints-v2/'. |
|
| 34 | - $payload->get('complaint_id'). |
|
| 33 | + return 'v3/merchant-service/complaints-v2/' . |
|
| 34 | + $payload->get('complaint_id') . |
|
| 35 | 35 | '/update-refund-progress'; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -30,8 +30,8 @@ |
||
| 30 | 30 | throw new InvalidParamsException(Exception::MISSING_NECESSARY_PARAMS); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - return 'v3/merchant-service/complaints-v2/'. |
|
| 34 | - $payload->get('complaint_id'). |
|
| 33 | + return 'v3/merchant-service/complaints-v2/' . |
|
| 34 | + $payload->get('complaint_id') . |
|
| 35 | 35 | '/complete'; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -35,6 +35,6 @@ |
||
| 35 | 35 | throw new InvalidParamsException(Exception::MISSING_NECESSARY_PARAMS); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | - return 'v3/merchant-service/complaints-v2/'.$payload->get('complaint_id'); |
|
| 38 | + return 'v3/merchant-service/complaints-v2/' . $payload->get('complaint_id'); |
|
| 39 | 39 | } |
| 40 | 40 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | |
| 25 | 25 | protected function getUri(Rocket $rocket): string |
| 26 | 26 | { |
| 27 | - return 'v3/merchant-service/complaints-v2?'.$rocket->getPayload()->query(); |
|
| 27 | + return 'v3/merchant-service/complaints-v2?' . $rocket->getPayload()->query(); |
|
| 28 | 28 | } |
| 29 | 29 | } |
@@ -30,8 +30,8 @@ |
||
| 30 | 30 | throw new InvalidParamsException(Exception::MISSING_NECESSARY_PARAMS); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - return 'v3/merchant-service/complaints-v2/'. |
|
| 34 | - $payload->get('complaint_id'). |
|
| 33 | + return 'v3/merchant-service/complaints-v2/' . |
|
| 34 | + $payload->get('complaint_id') . |
|
| 35 | 35 | '/response'; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -38,8 +38,8 @@ |
||
| 38 | 38 | |
| 39 | 39 | $payload->forget('complaint_id'); |
| 40 | 40 | |
| 41 | - return 'v3/merchant-service/complaints-v2/'. |
|
| 42 | - $complaintId. |
|
| 43 | - '/negotiation-historys?'.$payload->query(); |
|
| 41 | + return 'v3/merchant-service/complaints-v2/' . |
|
| 42 | + $complaintId . |
|
| 43 | + '/negotiation-historys?' . $payload->query(); |
|
| 44 | 44 | } |
| 45 | 45 | } |