File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ public function getBaseData()
230230 $ this ->addAuthentication ($ data );
231231 $ this ->addReferenceId ($ data );
232232 $ this ->addTransactionType ($ data );
233- $ this ->addSolutiuonId ($ data );
234233
235234 return $ data ;
236235 }
@@ -260,7 +259,7 @@ protected function addTransactionType(\SimpleXMLElement $data)
260259 $ data ->transactionRequest ->transactionType = $ this ->action ;
261260 }
262261
263- protected function addSolutiuonId (\SimpleXMLElement $ data )
262+ protected function addSolutionId (\SimpleXMLElement $ data )
264263 {
265264 $ solutionId = $ this ->getSolutionId ();
266265
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ public function getData()
1717 $ data = $ this ->getBaseData ();
1818 $ data ->transactionRequest ->amount = $ this ->getAmount ();
1919 $ this ->addPayment ($ data );
20+ $ this ->addSolutionId ($ data );
2021 $ this ->addBillingData ($ data );
2122 $ this ->addCustomerIP ($ data );
2223 $ this ->addTransactionSettings ($ data );
You can’t perform that action at this time.
0 commit comments