瀏覽代碼

Updated Stripe Payment Key

frogsoftware 1 年之前
父節點
當前提交
8faae29cee
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      prs.server/Forms/DatabaseLicense/LicenseRenewalForm.xaml.cs

+ 3 - 1
prs.server/Forms/DatabaseLicense/LicenseRenewalForm.xaml.cs

@@ -416,7 +416,9 @@ namespace PRSServer.Forms.DatabaseLicense
             
             try
             {
-                StripeConfiguration.ApiKey = "sk_test_51MRSuPIyPMVqmkXN8TeGxDAGBeFx0pLzn3fsHBR8X1oMBKQVwGPEbuv6DNIu0qSmuflpmFfQ4N8c3vzdknKa7G0o00wTOXwCeW";
+                StripeConfiguration.ApiKey =
+                    "pk_live_51MRSuPIyPMVqmkXNiIu0BjTHWrfIvsWalXqYsebuTr27JF08jwk9KunHfvTrI30bojbQJgr0fWD3RkBXVnDsF75v00ryCeqOav";
+                //StripeConfiguration.ApiKey = "sk_test_51MRSuPIyPMVqmkXN8TeGxDAGBeFx0pLzn3fsHBR8X1oMBKQVwGPEbuv6DNIu0qSmuflpmFfQ4N8c3vzdknKa7G0o00wTOXwCeW";
                 var cardoptions = new TokenCreateOptions()
                 {
                     Card = new TokenCardOptions()