whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Support
/
Errors
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/surecart/app/src/Support/Errors/ErrorsService.php
<?php namespace SureCart\Support\Errors; /** * Handles error translations from the API. */ class ErrorsService { /** * Translations for error codes. */ public function translate( $response = null, $code = null ) { $translations = new ErrorsTranslationService(); return $translations->translate( $response, $code ); } }
Copyright ©2021 || Defacer Indonesia