Skip to content

Commit

Permalink
Update Api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andypieters authored Jun 30, 2016
1 parent a1b0b34 commit 22c54ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/addons/paynl_addon/paynl/classes/Pay/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Pay_Api {
protected $_action = '';
protected $_serviceId = '';
protected $_apiToken = '';
protected $_requestType = self::REQUEST_TYPE_GET;
protected $_requestType = self::REQUEST_TYPE_POST;
protected $_postData = array();


Expand Down

0 comments on commit 22c54ef

Please sign in to comment.