You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class CloudPayments::Client::ReasonedGatewayError
def message
key = self.class.name.split('::').last
I18n.t key, scope: 'cloud_payments.errors'
end
end
class CloudPayments::Transaction
def amount_money
amount.to_money(currency)
end
end
Стоит вливать в gem?
The text was updated successfully, but these errors were encountered:
Коллеги, что скажите на счет такого:
Стоит вливать в gem?
The text was updated successfully, but these errors were encountered: