Changeset 7070
- Timestamp:
- 04/09/2018 09:45:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/utilities/class-stripe-client.php
r7042 r7070 67 67 if ( isset( $request_args['body']['amount'] ) && $request_args['body']['amount'] > self::AMOUNT_MAX ) { 68 68 throw new Exception( sprintf( 69 // translators: Do _not_ translate "USD" to your locale; it is meant to stay as "USD" exactly. 69 70 __( "We're sorry, but we can't accept amounts larger than %s. Please send the equivalent in USD, or break it up into several smaller payments. Feel free to email <a href='mailto:%s'>%s</a> with any questions.", 'wordcamporg' ), 70 71 number_format( self::AMOUNT_MAX / self::get_fractional_unit_multiplier( $request_args['body']['currency'] ), 2 ),
Note: See TracChangeset
for help on using the changeset viewer.