Плагины Medusa
P

Pricefx

Medusa Currency Converter Plugin

Нужна доработка этого плагина?

Связаться с нами
npm install medusa-plugin-pricefx
Категория
other
Создано
summerfans
Тип
unknown
Последнее обновление
3 месяца назад
Ежемесячные загрузки
8
Звезды на Github
1

Medusa-Plugin-PriceFX

The medusa-plugin-pricefx is an exchange rate conversion tool that integrates with services such as Frankfurter, Exchangerate API, and CurrencyLayer. The specific service used can be configured based on user preferences.

[

⚠️ Warn

| Requires Medusa v2.7.0 or later.

List

platformFree Limitupdate time
Frankfurterno limitsday
Exchangerate API1500 reqs/monthday
CurrencyLayer100 reqs/moreal-time

Installaction

Configure

// medusa-config.js
plugins: [
{
resolve: "medusa-plugin-imagekit",
options: {
platform: {'frankfurter'|'currency-layer':'exchange-rate'},
access_token: '', // may need
ttl:0, // The default value is 3600, 0 means no cache
},
}
]
Medusa - Pricefx