From 040f26fe6ac1e63d2f63da3c6a96af23ac6254a7 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 28 Mar 2019 22:32:45 +0900 Subject: [PATCH] Minor change --- pages/paypal/paypal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.