diff --git a/www/includes/easyparliament/templates/html/donate/_stripe_donate.php b/www/includes/easyparliament/templates/html/donate/_stripe_donate.php index eb14a5e165..6615602926 100644 --- a/www/includes/easyparliament/templates/html/donate/_stripe_donate.php +++ b/www/includes/easyparliament/templates/html/donate/_stripe_donate.php @@ -5,9 +5,9 @@ # e.g. 'donate_monthly_10'. $payment_amounts = array( 'monthly' => array( + '2' => '£2', '5' => '£5', '10' => '£10', - '25' => '£25', ), 'annually' => array( '10' => '£10', @@ -15,16 +15,16 @@ '100' => '£100', ), 'one-off' => array( - '20' => '£20', + '10' => '£10', + '25' => '£25', '50' => '£50', - '100' => '£100', ), ); $default_amounts = array( - 'monthly' => '10', + 'monthly' => '5', 'annually' => '10', - 'one-off' => '50', + 'one-off' => '25', ); $default_type = 'annually';