Skip to content

Commit

Permalink
feat: Public submit_url to allow modification
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrodz authored Jun 28, 2018
1 parent ff333ed commit 63de9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeAreDe/TbcPay/TbcPayProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TbcPayProcessor
* gateway endpoint
* @var string
*/
private $submit_url = 'https://securepay.ufc.ge:18443/ecomm2/MerchantHandler';
public $submit_url = 'https://securepay.ufc.ge:18443/ecomm2/MerchantHandler';

/**
* absolute path to certificate
Expand Down

0 comments on commit 63de9ba

Please sign in to comment.