You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
Today i started integrating epayco in php.
i cloned the repo and ran composer install,
it gave following error
[Composer\Json\JsonValidationException]
"./composer.json" does not match the expected JSON schema:
- type : Does not match the regex pattern ^[a-z0-9-]+$
then i changed
"type": "Sdk",
to
"type": "sdk",
The problem was resolved
The text was updated successfully, but these errors were encountered:
@pradeepparmar347 I'm working on an independent fork who follows the basic dev standards in order to use it correctly. The lib comes from the latest version of this SDK in order to keep the latest features. Additionally I'm making an Omnipay driver for this payment processor
Hi Team,
Today i started integrating epayco in php.
i cloned the repo and ran composer install,
it gave following error
then i changed
to
The problem was resolved
The text was updated successfully, but these errors were encountered: