Viewing File: /home/ubuntu/btcthrottle-backend/resources/lang/en/transaction-error.php

<?php

return [

	7001 => "Transaction failed. Please try again.",

	7002 => "Transaction is not initiated due to an error. Please try after sometime.",

	7003 => "Transaction info save failed. Please try again.",

	7004 => "Transaction not found.",

	7005 => "The order id is already taken by you.",

	7006 => "Invalid or missing parameter :other_key",

	7007 => "Missing X-Api-Key in the header",

	7008 => "Missing X-Api-Signature in the header",

	7009 => "X-Api-Signature mismatch. Please ensure that the provided API signature matches the expected signature for this request.",

	7010 => "Mid account not assigned.",

	7011 => "Mid account configuration missing.",

	7012 => "Transaction is restricted in your country (:billing_country)",
];
Back to Directory File Manager