aboutsummaryrefslogtreecommitdiff
path: root/duitku_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'duitku_test.go')
-rw-r--r--duitku_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/duitku_test.go b/duitku_test.go
index 129e97f..37d1ba6 100644
--- a/duitku_test.go
+++ b/duitku_test.go
@@ -16,10 +16,10 @@ var (
func TestMain(m *testing.M) {
var (
clOpts = ClientOptions{
- ServerUrl: ServerUrlSandbox,
- Email: `test@chakratechnology.com`,
- UserID: 3551,
- ApiKey: `de56f832487bc1ce1de5ff2cfacf8d9486c61da69df6fd61d5537b6b7d6d354d`,
+ ServerUrl: ServerUrlSandbox,
+ DisburseUserID: 3551,
+ DisburseEmail: `test@chakratechnology.com`,
+ DisburseApiKey: `de56f832487bc1ce1de5ff2cfacf8d9486c61da69df6fd61d5537b6b7d6d354d`,
}
err error