Skip to content
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

feat/invoice and payment preferences #141

Merged
merged 5 commits into from
Jan 12, 2024

Conversation

zeeshan595
Copy link
Contributor

@zeeshan595 zeeshan595 commented Jan 11, 2024

Copy link

cloudflare-workers-and-pages bot commented Jan 11, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 39eedd8
Status: ✅  Deploy successful!
Preview URL: https://6f5a2b1e.host-console-ui.pages.dev
Branch Preview URL: https://feat-invoice-and-payment-pre.host-console-ui.pages.dev

View logs

:value="props.data.frequency.period"
:options="['N/A', 7, 30]"
:options="[7, 15, 30]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have two sets of selections: [7, 15, 30] here

:value="props.data.due.period"
:options="['N/A', 7, 30]"
:options="[7, 14, 28]"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have two sets of selections: [7, 15, 28] here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, that is intentional. The want invoices Due to have a different selection than Invoices Frequency.

note_one: {
part_one: '*hApps will be paused from hosting if payment is not received',
note: {
part_one: '*Apps will be paused from hosting if payment is not received',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we changing to Apps now?

Copy link
Contributor Author

@zeeshan595 zeeshan595 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zeeshan595 zeeshan595 merged commit 2700050 into develop Jan 12, 2024
4 checks passed
@zeeshan595 zeeshan595 deleted the feat/invoice-and-payment-preferences branch January 12, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants