Skip to content

Commit

Permalink
Merge pull request #7788 from fjordllc/feature/add-invoice-section-to…
Browse files Browse the repository at this point in the history
…-profile

ユーザープロフィールの非公開情報の欄に「請求書払いのユーザー」の項目を実装
  • Loading branch information
komagata authored May 28, 2024
2 parents d238227 + 1442b0f commit daa2cbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/users/_user_secret_attributes.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@
= link_to 'カード登録', user.customer_url
- else
| カード未登録
.user-metas__item
.user-metas__item-label
| 請求書払いユーザー
.user-metas__item-value
- if user.invoice_payment?
| はい
- else
| いいえ

0 comments on commit daa2cbd

Please sign in to comment.