Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T7607: Invoicing emails probably need some work
- Commits
- rP6b6c991ad498: Allow Phortune accounts to customize their billing address and name
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- phortune1
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 21534 Build 29349: Run Core Tests Build 29348: arc lint + arc unit
Event Timeline
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php | ||
---|---|---|
26–30 | I'm guessing this works because "removing" the billing name is actually setting it to the empty string since the column is defined as NOT NULL? |
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php | ||
---|---|---|
26–30 | Yep. |