This repository was archived by the owner on May 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function startTransaction() {
7777 $ apiStart ->setDescription ($ order_info ['order_id ' ]);
7878 $ apiStart ->setExtra1 ($ order_info ['order_id ' ]);
7979 $ phpVersion = substr (phpversion (), 0 , 3 );
80- $ apiStart ->setObject (substr ('opencart1 3.5 .0 | ' . VERSION . ' | ' . $ phpVersion , 0 , 64 ));
80+ $ apiStart ->setObject (substr ('opencart1 3.6 .0 | ' . VERSION . ' | ' . $ phpVersion , 0 , 64 ));
8181
8282 // Klantdata verzamelen en meesturen
8383 $ strAddress = $ order_info ['shipping_address_1 ' ] . ' ' . $ order_info ['shipping_address_2 ' ];
Original file line number Diff line number Diff line change 44$ _ ['button_save ' ] = 'Opslaan ' ;
55$ _ ['button_cancel ' ] = 'Annuleren ' ;
66
7- $ version = '3.5 .0 ' ;
7+ $ version = '3.6 .0 ' ;
88$ css = 'position: relative;top: -7px;display: inline;left: 10px; ' ;
99$ url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a> ' .
1010 '<div style=" ' . $ css . '">Version: ' . $ version . '</div> ' ;
Original file line number Diff line number Diff line change 44$ _ ['button_save ' ] = 'Save ' ;
55$ _ ['button_cancel ' ] = 'Cancel ' ;
66
7- $ version = '3.5 .0 ' ;
7+ $ version = '3.6 .0 ' ;
88$ css = 'position: relative;top: -7px;display: inline;left: 10px; ' ;
99$ url = '<a href="https://www.pay.nl" target="_blank"><img style="width: 25px;" src="view/image/payment/main_pay_logo.png" alt="PAY." title="PAY."/></a> ' .
1010 '<div style=" ' . $ css . '">Version: ' . $ version . '</div> ' ;
You can’t perform that action at this time.
0 commit comments