Changed addRemark rimo api call to POST
This commit is contained in:
@@ -476,7 +476,7 @@ class Rimoapi {
|
||||
|
||||
$ctx_opts = [
|
||||
'http' => [
|
||||
'method' => 'GET',
|
||||
'method' => 'POST',
|
||||
'header' => 'accept: application/json'
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user