Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from paynl/feature/PLUG-3351
Browse files Browse the repository at this point in the history
PLUG-3351 - Updated url prefix
  • Loading branch information
woutse authored Apr 11, 2024
2 parents fdd249f + a148be9 commit e19fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp_content/plugins/miwoshop/site/opencart/Pay/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Pay_Api {
const REQUEST_TYPE_POST = 1;
const REQUEST_TYPE_GET = 0;

protected $_apiUrl = 'http://rest-api.pay.nl';
protected $_apiUrl = 'https://rest-api.pay.nl';
protected $_version = 'v3';
protected $_controller = '';
protected $_action = '';
Expand Down

0 comments on commit e19fb18

Please sign in to comment.