-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add amount paying to request and payment screens fix changing amounts for special price with strip payment intent update various logic fixes
- Loading branch information
1 parent
ffb1248
commit 89f320f
Showing
9 changed files
with
67 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
%h3 Your Payment has Been Confirmed! FnYay!! | ||
%h4 Your Payment has Been Confirmed! FnYay!! | ||
|
||
= render partial: "payment", locals: { payment: @payment } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,8 +54,8 @@ | |
%li DJ Carl Cox (as himself) <[email protected]> | ||
%li John Digweed <[email protected]> | ||
%li Kid: Taylor Swift (11yo kid, requires no supervision) | ||
%li Kid: Jonah Hill (12yo kid with bad manners) | ||
%li Kid: Channing Tatum (5-month old baby, still breast-fed) | ||
%li Kid: Jonah Hill (12yo kid with socks untied) | ||
%li Kid: Channing Tatum (5-month old baby, cute and funny) | ||
- list_finalized = (@event.start_time - Time.current) < ::Event::GUEST_LIST_FINAL_WITHIN | ||
- if list_finalized | ||
|
@@ -71,7 +71,7 @@ | |
%br | ||
|
||
|
||
%h5 How are you contributing to the campout this year? | ||
%h5 How are you contributing to the event? | ||
.content-fluid | ||
.row | ||
.col-lg-6.col-xl-6.col-md-12.col-sm-12 | ||
|
@@ -130,7 +130,7 @@ | |
|
||
- if signed_in? && @event.admin?(current_user) && form_action_name == :update | ||
.well | ||
= f.label :special_price, 'Special Total Price ($)' | ||
= f.label :special_price, 'Total Special Price ($)' | ||
|
||
%p.text-error | ||
Editable by event admins only. Leave blank to use default price. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters