Skip to content

Remove coinbase commerce#2696

Merged
acasajus merged 6 commits intomasterfrom
remove-coinbase-commerce
Mar 24, 2026
Merged

Remove coinbase commerce#2696
acasajus merged 6 commits intomasterfrom
remove-coinbase-commerce

Conversation

@nguyenkims
Copy link
Copy Markdown
Contributor

No description provided.

)
if coinbase_subscription and coinbase_subscription.is_active():
# allow coinbase user to apply coupon 30d before their sub expires
if coinbase_subscription and coinbase_subscription.end_at > arrow.now().shift(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This condition is sub ends is later than 30d in the future. I guess it should be

Suggested change
if coinbase_subscription and coinbase_subscription.end_at > arrow.now().shift(
if coinbase_subscription and coinbase_subscription.end_at > arrow.now() and coinbase_subscription.end_at < now.shit(days=30)

?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Fixed in person

@acasajus acasajus force-pushed the remove-coinbase-commerce branch from b5a3e25 to ca7e6f6 Compare March 24, 2026 14:30
@acasajus acasajus enabled auto-merge (rebase) March 24, 2026 14:31
@acasajus acasajus merged commit aa04946 into master Mar 24, 2026
3 checks passed
@acasajus acasajus deleted the remove-coinbase-commerce branch March 24, 2026 14:36
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