-
Notifications
You must be signed in to change notification settings - Fork 9
Migrate Hub billing to the api and add invoice checkout #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
60a74b4
Migrate Hub billing from store to api and add invoice checkout
tobihagemann ce563d4
Add missing billing service prefix to api endpoint URLs
tobihagemann 147bd6c
Merge remote-tracking branch 'origin/develop' into feature/hub-billin…
tobihagemann 78b57b1
Adopt session-first billing flow: customer lookup, session links, ses…
tobihagemann f722818
Add invoice order summary with exact EspoCRM pricing and prorated sea…
tobihagemann 535f7f2
Merge branch 'develop' into feature/hub-billing-api-migration
tobihagemann aa42f11
Turn invoice checkout into a Paddle-style modal and make billing dial…
tobihagemann 1b0159e
expect custom_billing: null from store instead of the contract 404
tobihagemann 4497467
own the billing page's error texts instead of displaying backend mess…
tobihagemann 40457e8
Merge branch 'develop' into feature/hub-billing-api-migration
overheadhunter 3a47f92
fix TypeError: Currency code is required
overheadhunter 905f158
show available credit in the seat-change confirmation, dropping the u…
tobihagemann f3e66fe
show seat-change amounts as tax-inclusive and what is credited on a d…
tobihagemann 4f4d9fa
prefill the invoice checkout read-only from the account on file, taki…
tobihagemann 597e3c9
set the production EspoCRM product ids for the two self-checkout Hub …
tobihagemann 04dd196
bound the checkout seats by the range the api reports
tobihagemann 8136073
keep the localized price error instead of showing the api's message
tobihagemann eeecde2
bound the change-seats stepper by the contractual range from the api
tobihagemann cab815f
let a manually-invoiced Hub reach the checkout, since the plan decide…
tobihagemann 35b6995
point a returning customer at sales when the api cannot settle their tax
tobihagemann 2d817b3
disable the seat-change confirmation until a quote arrives, so no unp…
tobihagemann 2c7bab7
drop the contact name fields from the invoice checkout, which the pur…
tobihagemann 11c6773
lock the card checkout email to the verified session address, in our …
tobihagemann 13a9ce7
drop the early access opt-in and labels, since Hub 2.0.0 is no longer…
tobihagemann 1c09b10
give a failed load its own screen, so an error never strands the page…
tobihagemann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| - code: AT | ||
| name: Österreich | ||
| - code: BE | ||
| name: Belgien | ||
| - code: BG | ||
| name: Bulgarien | ||
| - code: HR | ||
| name: Kroatien | ||
| - code: CY | ||
| name: Zypern | ||
| - code: CZ | ||
| name: Tschechien | ||
| - code: DK | ||
| name: Dänemark | ||
| - code: EE | ||
| name: Estland | ||
| - code: FI | ||
| name: Finnland | ||
| - code: FR | ||
| name: Frankreich | ||
| - code: DE | ||
| name: Deutschland | ||
| - code: GR | ||
| name: Griechenland | ||
| - code: HU | ||
| name: Ungarn | ||
| - code: IE | ||
| name: Irland | ||
| - code: IT | ||
| name: Italien | ||
| - code: LV | ||
| name: Lettland | ||
| - code: LT | ||
| name: Litauen | ||
| - code: LU | ||
| name: Luxemburg | ||
| - code: MT | ||
| name: Malta | ||
| - code: NL | ||
| name: Niederlande | ||
| - code: PL | ||
| name: Polen | ||
| - code: PT | ||
| name: Portugal | ||
| - code: RO | ||
| name: Rumänien | ||
| - code: SK | ||
| name: Slowakei | ||
| - code: SI | ||
| name: Slowenien | ||
| - code: ES | ||
| name: Spanien | ||
| - code: SE | ||
| name: Schweden |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| - code: AT | ||
| name: Austria | ||
| - code: BE | ||
| name: Belgium | ||
| - code: BG | ||
| name: Bulgaria | ||
| - code: HR | ||
| name: Croatia | ||
| - code: CY | ||
| name: Cyprus | ||
| - code: CZ | ||
| name: Czechia | ||
| - code: DK | ||
| name: Denmark | ||
| - code: EE | ||
| name: Estonia | ||
| - code: FI | ||
| name: Finland | ||
| - code: FR | ||
| name: France | ||
| - code: DE | ||
| name: Germany | ||
| - code: GR | ||
| name: Greece | ||
| - code: HU | ||
| name: Hungary | ||
| - code: IE | ||
| name: Ireland | ||
| - code: IT | ||
| name: Italy | ||
| - code: LV | ||
| name: Latvia | ||
| - code: LT | ||
| name: Lithuania | ||
| - code: LU | ||
| name: Luxembourg | ||
| - code: MT | ||
| name: Malta | ||
| - code: NL | ||
| name: Netherlands | ||
| - code: PL | ||
| name: Poland | ||
| - code: PT | ||
| name: Portugal | ||
| - code: RO | ||
| name: Romania | ||
| - code: SK | ||
| name: Slovakia | ||
| - code: SI | ||
| name: Slovenia | ||
| - code: ES | ||
| name: Spain | ||
| - code: SE | ||
| name: Sweden |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.