Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #407 from theodi/feature-update-pricing
Browse files Browse the repository at this point in the history
Update corporate supporter pricing
  • Loading branch information
Floppy committed Jan 6, 2015
2 parents b4d8fca + 95bccf9 commit 77ef6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/member_signup_processing.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Feature: Processing membership signups
Examples:
| size | status | description | level | price |
| <10 | commercial | ODI Supporter (01010101) [Commercial] (annual invoice payment) | Supporter | 720 |
| >1000 | commercial | ODI Corporate Supporter (01010101) [Commercial] (annual invoice payment) | Corporate supporter | 1440 |
| >1000 | commercial | ODI Corporate Supporter (01010101) [Commercial] (annual invoice payment) | Corporate supporter | 2200 |
| 51-250 | non_commercial | ODI Supporter (01010101) [Non Commercial] (annual invoice payment) | Supporter | 720 |
| 251-1000 | non_commercial | ODI Supporter (01010101) [Non Commercial] (annual invoice payment) | Supporter | 720 |

Expand Down
2 changes: 1 addition & 1 deletion lib/signup/signup_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.membership_type(size, type)
}
else
{
price: (120 * 12),
price: 2200,
description: 'Corporate Supporter',
type: 'Corporate supporter'
}
Expand Down

0 comments on commit 77ef6ec

Please sign in to comment.