Search for a command to run...
10ecafcYooKassa is now configured in the Admin under Settings → Integrations, powered by the new Integration Module. Credentials are no longer read from medusa-config and env: a store admin fills in the settings form, secrets are encrypted at rest (AES-256-GCM), and the payment provider resolves the validated, decrypted config at runtime. No code edits and no redeploys to change settings. Read the announcement.
@gorgo/medusa-integration is now required. Install it next to the provider, register @gorgo/medusa-payment-yookassa/providers/integration-yookassa under it, and set INTEGRATION_ENCRYPTION_KEY in the env.medusa-config (shopId, secretKey, capture, paymentDescription, useReceipt, taxSystemCode, and the rest) are no longer read. Re-enter them once in Settings → Integrations. The payment provider now takes a single option, id, pointing at the integration instance.72fe8cfa6dbd74)Versions 0.0.0 – 1.0.0 were developed and published as medusa-payment-yookassa. The changelog for those versions was maintained here.