File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ public function getDefaultParameters()
3737 /**
3838 * @return mixed
3939 */
40- public function getRnCheck (){
40+ public function getRnCheck ()
41+ {
4142 return $ this ->getParameter ('rn_check ' );
4243 }
4344
@@ -47,7 +48,8 @@ public function getRnCheck(){
4748 *
4849 * @return $this
4950 */
50- public function setRnCheck ($ value ){
51+ public function setRnCheck ($ value )
52+ {
5153 return $ this ->setParameter ('rn_check ' , $ value );
5254 }
5355
@@ -68,7 +70,8 @@ public function purchase(array $parameters = [])
6870 *
6971 * @return LegacyRefundNoPwdRequest
7072 */
71- public function refundNoPwd (array $ parameters = []){
73+ public function refundNoPwd (array $ parameters = [])
74+ {
7275 return $ this ->createRequest (LegacyRefundNoPwdRequest::class, $ parameters );
7376 }
7477}
You can’t perform that action at this time.
0 commit comments