Skip to content

Commit

Permalink
Update Gateway.php
Browse files Browse the repository at this point in the history
Add https to production url
  • Loading branch information
lucidlogic authored Feb 21, 2018
1 parent ac75da3 commit b30174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class Gateway extends AbstractGateway
{
const XMLNS = 'http://www.pesapal.com';
const PROD_DOMAIN = 'www.pesapal.com';
const PROD_DOMAIN = 'https://www.pesapal.com';
const DEBUG_DOMAIN = 'https://demo.pesapal.com';

/**
Expand Down

0 comments on commit b30174f

Please sign in to comment.