Edit File: payment.php
<?php return [ 'method_disabled' => 'This service is not available at the moment, choose another payment method.', 'brand_disabled' => 'This type is not available at the moment, choose another electronic payment type.', 'successfully_completed' => 'Payment completed successfully.', 'failed' => 'Payment failed.', ];
Back to File Manager