Skip to content

Commit

Permalink
Fix production endpoint url (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskladanowski authored Oct 25, 2021
1 parent f6b8bf0 commit 200038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractPaynowRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class AbstractPaynowRequest extends AbstractRequest
/**
* @var string
*/
protected $productionEndpoint = 'https://api.sandbox.paynow.pl/';
protected $productionEndpoint = 'https://api.paynow.pl/';

/**
* @var string
Expand Down

0 comments on commit 200038b

Please sign in to comment.