createPayment() and recordOrder() hardcoded currency: 'RUB' regardless of LanguageService.currentCurrency() (app supports RUB/USD/EUR/AMD). Widened CartPaymentRequest.currency from a 'RUB' literal to string and use the actual selected currency in both calls. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>