diff --git a/data/.gitignore b/data/.gitignore index ac9b195..98e6ef6 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1 @@ -* -!soap-xmls/* -!.gitignore +*.db diff --git a/data/cache/.gitignore b/data/cache/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/data/soap-xmls/SZEP_getWorkflowState.xml b/data/soap-xmls/SZEP_getWorkflowState.xml new file mode 100644 index 0000000..f44341f --- /dev/null +++ b/data/soap-xmls/SZEP_getWorkflowState.xml @@ -0,0 +1,13 @@ + + + + %s + + + \ No newline at end of file diff --git a/data/soap-xmls/SZEP_queryCard.xml b/data/soap-xmls/SZEP_queryCard.xml new file mode 100644 index 0000000..92c7cc8 --- /dev/null +++ b/data/soap-xmls/SZEP_queryCard.xml @@ -0,0 +1,8 @@ + + BANKKARTYASZAMLAEGYENLEGLEKERDEZES + BANKKARTYASUGYFEL + %s + %s + %s + %s + \ No newline at end of file diff --git a/data/soap-xmls/SZEP_startWorkflow.xml b/data/soap-xmls/SZEP_startWorkflow.xml new file mode 100644 index 0000000..5ca656a --- /dev/null +++ b/data/soap-xmls/SZEP_startWorkflow.xml @@ -0,0 +1,12 @@ + + + + SZEPKARTYASZAMLATORTENET + + + + diff --git a/deploy.php b/deploy.php index cae559a..83a83cf 100644 --- a/deploy.php +++ b/deploy.php @@ -23,7 +23,7 @@ host('alfheim.ragnarok.yvan.hu') ->stage('production') ->user('yvan') ->forwardAgent() - ->set('php_service_name', 'php7.1-fpm') + ->set('php_service_name', 'php7.2-fpm') ->set('deploy_path', '/mnt/apps/sms-store/api'); desc('Restart PHP-FPM service');