wrong Base64 in Stripe

This commit is contained in:
Timothy Prepscius 2013-10-04 21:48:14 -04:00
parent 98e03dd385
commit 6b6e221b35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.sun.org.apache.xml.internal.security.utils.Base64;
import core.util.Base64;
import core.crypt.CryptorRSA;
import core.crypt.CryptorRSAJCE;