final checkout and card
This commit is contained in:
parent
4bd21bd986
commit
1953c97cd0
33 changed files with 2131 additions and 1084 deletions
10
.env
10
.env
|
|
@ -1,11 +1,12 @@
|
|||
APP_NAME="mivita.care"
|
||||
APP_NAME=mivita.care
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_KEY=base64:HrWQ9AV3Zt2TU0iq1OeUUpTUaXwNUdh8xHmx7RXTif4=
|
||||
APP_URL=http://mivita.local/
|
||||
APP_URL=https://mivita.local/
|
||||
APP_DOMAIN=mivita.local
|
||||
APP_PROTOCOL=http://
|
||||
APP_PROTOCOL=https://
|
||||
APP_URL_MAIN=
|
||||
APP_URL_CHECKOUT=checkout.
|
||||
#APP_URL_MAIN=dev.
|
||||
APP_URL_CRM=mein.
|
||||
|
||||
|
|
@ -22,6 +23,9 @@ DB_PASSWORD=KT32vQ7
|
|||
#DB_USERNAME=d02c1ed2
|
||||
#DB_PASSWORD=H7mdYuVTV6pNHDVu
|
||||
|
||||
PAYONE_URL = checkout.mivita.care
|
||||
PAYONE_TS = checkout.mivita.care/transaction/status
|
||||
PAYONE_KEY = Zjop5cvP2UeB7Qhy
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue