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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php | ||
---|---|---|
27–31 | 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 | ||
---|---|---|
27–31 | Yep. |