Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public PayeezyResponse execute(String URL, RequestMethod method, PayeezyRequestO
case POST:
return executePostRequest(URL,(String) payload,requestOptions);
case PUT:
return executePostRequest(URL,(String) payload,requestOptions);
return executePutRequest(URL,(String) payload,requestOptions);
default:
throw new Exception("Unsupported Request Method");
}
Expand Down