ممنونم از راهنمایی شما. دیباگ رو روشن کردم. خطای زیر رو داد 	[PrestaShopException]Can't load Order status at line 178 in file classes/PaymentModule.php 173. 174. 		$order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id);175. 		if (!Validate::isLoadedObject($order_status))176. 		{177. 			PrestaShopLogger::addLog('PaymentModule::validateOrder - Order Status cannot be loaded', 3, null, 'Cart', (int)$id_cart, true);178. 			throw new PrestaShopException('Can\'t load Order status');179. 		}180. 181. 		if (!$this->active)182. 		{183. 			PrestaShopLogger::addLog('PaymentModule::validateOrder - Module is not active', 3, null, 'Cart', (int)$id_cart, true);PaymentModuleCore->validateOrder - [line 64 - modules/bankwire/controllers/front/validation.php] - [9 Arguments]BankwireValidationModuleFrontController->postProcess - [line 171 - classes/controller/Controller.php]ControllerCore->run - [line 373 - classes/Dispatcher.php]DispatcherCore->dispatch - [line 28 - index.php]