Page MenuHomePhabricator

Allow Phortune accounts to customize their billing address and name
ClosedPublic

Authored by epriestley on Jan 16 2019, 3:20 PM.
Tags
None
Referenced Files
F15469893: D19979.id47718.diff
Fri, Apr 4, 5:50 PM
F15461072: D19979.id47718.diff
Tue, Apr 1, 4:57 AM
F15460715: D19979.id.diff
Tue, Apr 1, 1:28 AM
F15457779: D19979.diff
Sun, Mar 30, 6:52 PM
F15421397: D19979.id.diff
Fri, Mar 21, 11:21 PM
F15304043: D19979.id47681.diff
Mar 6 2025, 1:20 AM
Unknown Object (File)
Mar 1 2025, 4:47 PM
Unknown Object (File)
Mar 1 2025, 1:50 PM
Subscribers
Restricted Owners Package

Details

Summary

See PHI1023. Ref T7607. Occasionally, companies need their billing address (or some other custom text) to appear on invoices to satisfy process or compliance requirements.

Allow accounts to have a custom "Billing Name" and a custom "Billing Address" which appear on invoices.

Test Plan

Screen Shot 2019-01-16 at 6.58.51 AM.png (1×1 px, 224 KB)

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

Owners added a subscriber: Restricted Owners Package.Jan 16 2019, 3:20 PM
amckinley added inline comments.
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?

This revision is now accepted and ready to land.Jan 17 2019, 12:07 AM
src/applications/phortune/xaction/PhortuneAccountBillingNameTransaction.php
26–30

Yep.

This revision was automatically updated to reflect the committed changes.