dsblack / dserror
There is no license information available for the latest version (dev-main) of this package.
show description errrors responses
dev-main
2025-01-07 01:43 UTC
This package is auto-updated.
Last update: 2025-06-07 02:47:20 UTC
README
show description of the error responses, for the use of webcomers who use online payment and do not have an error interpreter, this to facilitate the user's resolution of the problem
Supported APIs
Instalacion
Composer
Instruction
- Download Composer if not already installed
- Go to your project directory
$ Cd current_project
- execute composer require dsblack/dserror
$ composer require dsblack/dserror
#Output:
Info from https://repo.packagist.org: #StandWithUkraine
Using version dev-main for dsblack/dserror
./composer.json has been updated
Running composer update dsblack/dserror
Loading composer repositories with package information
- Ready, you would already have DsError, the structure within your project would be:
graph TD; A[dsblack]-->B[scr]; B-->C[Dictionaries]; B-->D[DescriptionError]; C-->E[PayPal];; C-->F[Stripe]; E-->G[Files Lenguages];Loading
Direct Download
Instruction
1 Download the latest zip with the help of github
2 Go to your project directory
$ Cd current_project
3 Unzip, and copy directory to your project location
4 Ready, you would already have DsError, the structure within your project would be:
graph TD; A[dsblack]-->B[scr]; B-->C[Dictionaries]; B-->D[DescriptionError]; C-->E[PayPal];; C-->F[Stripe]; E-->G[Files Lenguages];Loading
Lenguages Soported
currently there is support for 4 languages, English, Español, Deuch, French with their respective acronyms/identifiers that are used as a parameter to display the error description
languages and APIs with their dictionary
Lenguge | PayPal | Stripe |
---|---|---|
English (en) | ✔️ | ✔️ |
Español (es) | ✔️ | ✔️ |
Deuch (de) | ❌ | ✔️ |
French (fr) | ❌ | ✔️ |