Skip to content

Commit

Permalink
Add Authroize.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Aug 9, 2024
1 parent 24e8a00 commit 65286f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"Id": "VirtoCommerce.Assets",
"Version": "3.806.0"
},
{
"Id": "VirtoCommerce.AuthorizeNetPayment",
"Version": "3.801.0"
},
{
"Id": "VirtoCommerce.AzureAD",
"Version": "3.800.0"
Expand Down
4 changes: 4 additions & 0 deletions infra/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
Notifications__SmsDefaultSender: +17012510519
# Return detailed error information if login failed
PasswordLogin__DetailedErrors: true
# Authorize.Net settings
Payments__AuthorizeNet__ApiLogin: 52B9X7vb4
# Sync push notifications between platform instances
PushNotifications__ForceWebSockets: true
PushNotifications__ScalabilityMode: RedisBackplane
Expand All @@ -72,6 +74,8 @@
secretConfig:
AI__OpenAI__ApiKey: vcst-ai-openai-api-key
Notifications__SendGrid__ApiKey: sendgrid-apikey
Payments__AuthorizeNet__TxnKey: authorizenet-txnkey
Payments__AuthorizeNet__SHA2Hash: authorizenet-sha2hash
PushNotifications__HubUrl: vcst-ai-push-notifications-hub
databases: {}
storefront:
Expand Down

0 comments on commit 65286f8

Please sign in to comment.