Command Palette

Search for a command to run...

История изменений@gorgo/medusa-payment-yookassa

2.0.2

Chores

  • update dependencies and peerDependencies across multiple packages by @gorgohead in 10ecafc

2.0.1

Refactoring

Documentation

2.0.0

Highlights

Migrated to the Integration Module

YooKassa 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.

🚧 Breaking Changes

  • @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.
  • Provider options in 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.
  • See Getting Started for the full v2 setup. The v1 guide stays at Getting Started (legacy v1).

1.0.5

Chores

1.0.4

Documentation

Tests

1.0.3

Documentation

1.0.2

Bug Fixes

1.0.1

Patch Changes

0.0.0 – 1.0.0

Versions 0.0.0 – 1.0.0 were developed and published as medusa-payment-yookassa. The changelog for those versions was maintained here.

Изменено 31 июля 2026 г.·Редактировать страницу