File tree Expand file tree Collapse file tree
controller/extension/payment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ public function validate($request)
166166 unset($ request ['signature ' ]);
167167
168168 # API ^1.0.1
169- if ($ request ['additional_info ' ])
169+ if (! empty ( $ request ['additional_info ' ]) )
170170 $ request ['additional_info ' ] = htmlspecialchars_decode ($ request ['additional_info ' ]);
171171
172172 $ orderSignature = $ this ->model_extension_payment_oplata ->getSignature ($ request , $ secretKey );
Original file line number Diff line number Diff line change 11<?php
22// Text
33
4- $ _ ['text_title ' ] = 'FONDY VISA/MasterCard ' ;
4+ $ _ ['text_title ' ] = 'Fondy VISA/MasterCard ' ;
55$ _ ['error_merchant ' ] = 'An error has occurred during payment. Merchant data is incorrect. ' ;
66$ _ ['error_signature ' ] = 'An error has occurred during payment. Signature is not valid. ' ;
77$ _ ['error_transaction ' ] = 'Transaction has been declined. ' ;
Original file line number Diff line number Diff line change 11<?php
22// Text
3- $ _ ['text_title ' ] = 'FONDY VISA/MasterCard ' ;
3+ $ _ ['text_title ' ] = 'Fondy VISA/MasterCard ' ;
44$ _ ['error_merchant ' ] = 'An error has occurred during payment. Merchant data is incorrect. ' ;
55$ _ ['error_signature ' ] = 'An error has occurred during payment. Signature is not valid. ' ;
66$ _ ['error_transaction ' ] = 'Transaction has been declined. ' ;
You can’t perform that action at this time.
0 commit comments