diff --git a/.vscode/launch.json b/.vscode/launch.json index 9688c77..9540eeb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,94 @@ "PATH": "/Users/hybro/go/bin:${env:PATH}" } }, + { + "name": "WalletMan: bharatpe-business", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/bharatpe-business/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: freecharge", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/freecharge/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: googlepay-business", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/googlepay-business/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: mobikwik", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/mobikwik/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: paytm", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/paytm/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: paytm-business", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/paytm-business/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: phonepe", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/phonepe/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, + { + "name": "WalletMan: phonepe-business", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}/servers/walletman/cmd/phonepe-business/main.go", + "cwd": "${workspaceFolder}/servers/walletman", + "buildFlags": "-buildvcs=false", + "console": "integratedTerminal", + "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } + }, { "name": "Debug USDTMan Server", "type": "go", diff --git a/servers/walletman b/servers/walletman index e3c4e78..657eff5 160000 --- a/servers/walletman +++ b/servers/walletman @@ -1 +1 @@ -Subproject commit e3c4e7896cd764e053ae78d63a2aaddad2f3eadd +Subproject commit 657eff504b0cce8e1a9eb434072182c2db761e77