customer creation now pointing to velocity
This commit is contained in:
@@ -10,9 +10,9 @@ server.servlet.context-path=/api
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
spring.datasource.url=jdbc:postgresql://173.212.247.232:5532/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/qpay?useLegacyDatetimeCode=false
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=zdDZMzq6F4B4L1IUl
|
||||
spring.datasource.password=example
|
||||
|
||||
|
||||
# sbz.merchant.url=http://192.168.16.29:24050/v1
|
||||
@@ -28,29 +28,19 @@ sbz.aggregator.encryption-key=735470ce-8efb-4c0f-ba3f-7298f805ab33
|
||||
|
||||
steward.payment.processor.url=${sbz.merchant.url}
|
||||
|
||||
# ERPNext Configuration
|
||||
erpnext.url=http://173.212.247.232:8085/api
|
||||
erpnext.api.key=1102c6da0312f75
|
||||
erpnext.api.secret=e3d95692bcf16c7
|
||||
erpnext.username=Administrator
|
||||
erpnext.password=admin
|
||||
erpnext.company=Qantra
|
||||
erpnext.accounts.cash=Bank Account - Q
|
||||
erpnext.accounts.gatewayexpense=Gateway Expenses - Q
|
||||
erpnext.accounts.accountsreceivable=Debtors - Q
|
||||
erpnext.accounts.commission=Discounts Received - Q
|
||||
erpnext.accounts.payable=Creditors - Q
|
||||
erpnext.income.account=Sales Income - Q
|
||||
erpnext.cost.center=Main - Q
|
||||
erpnext.tax.account=VAT - Q
|
||||
erpnext.tax.rate=15.0
|
||||
|
||||
logging.level.root=WARN
|
||||
spring.datasource.nflow.url=jdbc:postgresql://173.212.247.232:5532/nflow
|
||||
spring.datasource.nflow.url=jdbc:postgresql://localhost:5432/qpay-nflow
|
||||
spring.datasource.nflow.username=postgres
|
||||
spring.datasource.nflow.password=zdDZMzq6F4B4L1IUl
|
||||
spring.datasource.nflow.password=example
|
||||
|
||||
powertel.clientid=powertel_zesa
|
||||
|
||||
ecocash.apikey=OUzGezwTgktLg_9v0I48I6WUM4LVLGFl
|
||||
ecocash.url=https://developers.ecocash.co.zw/api/ecocash_pay/api/v2/payment/instant/c2b/sandbox
|
||||
|
||||
velocity.api.base-url=https://api.velocityafrica.net
|
||||
velocity.api.api-key=z5WdSlItIhYL6nd7rxzf-jFdKN3jJyL1LubhDFBvXmc
|
||||
#velocity.api.base-url=http://localhost:9005
|
||||
#velocity.api.api-key=gH13nirZdUQdqC9impgzTzqEqv-jdbLOTx_HD5fQr_A
|
||||
velocity.api.cancel-url=http://localhost:9005/poll
|
||||
velocity.api.success-url=http://localhost:9005/poll
|
||||
Reference in New Issue
Block a user