Skip to content

Commit

Permalink
update upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mailbaoer committed Jun 24, 2018
1 parent bf9e510 commit 0352d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pay/check.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pay

import (
"github.com/mailbaoer/wechat-sdk/utils"
"github.com/aimuz/wechat-sdk/utils"
"strconv"
)

Expand Down
2 changes: 1 addition & 1 deletion pay/pay.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package pay

import (
"fmt"
"github.com/mailbaoer/wechat-sdk/utils"
"github.com/aimuz/wechat-sdk/utils"
"strings"
"time"
)
Expand Down

0 comments on commit 0352d59

Please sign in to comment.