File tree Expand file tree Collapse file tree
upload_ce_phoenix/includes/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 $ order = new order ();
1414
1515 /** Load paylike currencies file with some needed currencies attributes. */
16- require (DIR_WS_CLASSES . 'paylike_currencies.php ' );
16+ require ($ rootPath . '/includes/classes/ paylike_currencies.php ' );
1717
1818 // load the selected shipping module
1919 $ shipping_modules = new shipping ($ shipping );
4949 'name ' =>$ order ->customer ['firstname ' ],
5050 'email ' =>$ order ->customer ['email_address ' ],
5151 'phoneNo ' =>$ order ->customer ['telephone ' ],
52- 'address ' =>$ order ->customer ['country ' ]['iso_code2 ' ].' ' .$ order ->customer ['city ' ].' ' .$ order ->customer ['street_address ' ],
52+ 'address ' =>$ order ->customer ['country ' ]['iso_code_2 ' ].' ' .$ order ->customer ['city ' ].' ' .$ order ->customer ['street_address ' ],
5353 'IP ' =>$ _SERVER ['REMOTE_ADDR ' ]
5454 ],
5555 'platform ' =>['osCommerce Phoenix ' =>tep_get_version ()],
You can’t perform that action at this time.
0 commit comments