Closed (fixed)
Project:
Payment
Version:
8.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2012 at 20:51 UTC
Updated:
27 Jul 2013 at 17:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoFor the record: Payment works with any currency, even fictional ones, but it's the display of payment amounts that's sub-optional.
Comment #2
xanoCurrency will be rewritten to take care of localized currency display and it will be a dependency for Payment 7.x-2.x.
Comment #3
xanoCurrency features we'll want to leverage:
- Localized amount display (hardcoded and using CurrencyAmountViewsHandlerField)
- Currency display using CurrencyViewsHandlerField
- The currency_amount form element as part of the payment_line_item form element.
Comment #4
xanoComment #5
helmo commentedMaybe for the 1.x branch a hook_requirements() implementation could check if there is a currency?
In a payment_webform I was slightly puzzled by an empty currency select box.
Comment #6
xano@helmo, see #1991740: Add currency as a dependency for that.
Comment #7
xanoComment #8
xanoI added the dependency in anticipation of #2040229: Port line item form elements, so we won't get any test failures due to outdated cached dependencies on the testbot.