diff --git a/pages/paypal/paypal.go b/pages/paypal/paypal.go index a264e7e4..75632199 100644 --- a/pages/paypal/paypal.go +++ b/pages/paypal/paypal.go @@ -6,7 +6,7 @@ import ( "github.com/aerogo/aero" "github.com/animenotifier/arn" "github.com/animenotifier/notify.moe/utils" - "github.com/logpacker/PayPal-Go-SDK" + paypalsdk "github.com/logpacker/PayPal-Go-SDK" ) // CreatePayment creates the PayPal payment, typically via a JSON API route.