Use v3 in tests to prevent indirect dependencies (#112)

This commit is contained in:
Roopak Venkatakrishnan 2019-08-27 09:09:30 -07:00 committed by GitHub
parent b200e0a324
commit dc6329e927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
package paypal_test package paypal_test
import paypal "github.com/plutov/paypal" import paypal "github.com/plutov/paypal/v3"
func Example() { func Example() {
// Initialize client // Initialize client