This commit is contained in:
2021-06-18 12:15:18 +03:00
commit 5534bcf2f4
9 changed files with 386 additions and 0 deletions

14
composer.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "dimti/oc-sber-plugin",
"description": "Sber payment gateway for offline.mall",
"require": {
"andrewnovikof/omnipay-sberbank": "^3.0"
},
"authors": [
{
"name": "WP Studio Team",
"email": "info@wpstudio.ru"
}
],
"minimum-stability": "dev"
}