Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e13d905

Browse files
committed
changed accessiblity (for extension possibility)
1 parent ce4e89b commit e13d905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DatingVIP/Payment/PayOn/XmlApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class XmlApi
6565
/**
6666
* @var TransactionParams
6767
*/
68-
private $transactionParams;
68+
protected $transactionParams;
6969

7070
// query values
7171

@@ -653,7 +653,7 @@ private function addQueryXml(SimpleXMLElement &$root)
653653
*
654654
* @return bool returns false if there is a curl error
655655
*/
656-
private function sendRequest($url)
656+
protected function sendRequest($url)
657657
{
658658
$this->curl = new cURL([ CURLOPT_USERAGENT => self::CURL_AGENT ]);
659659
$this->curl->setHeader('Content-Type' , 'application/x-www-form-urlencoded;charset=UTF-8');

0 commit comments

Comments
 (0)