You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I should be able to add, update, and remove a credit card on my account from within the CLI so that I can pay for services, such as Tunnelz (pgrok).
prvd billing should prompt the user to
add a card, if there is no card on file
-- needs to capture the name on the card, card number, expiration date, security number and billing zip code
update the existing card
-- last four of existing card should be displayed along with the expiration date
remove the existing card
If no card is on file, the user's access is set at the default access level
The text was updated successfully, but these errors were encountered:
As a user, I should be able to add, update, and remove a credit card on my account from within the CLI so that I can pay for services, such as Tunnelz (pgrok).
prvd billing
should prompt the user to-- needs to capture the name on the card, card number, expiration date, security number and billing zip code
-- last four of existing card should be displayed along with the expiration date
If no card is on file, the user's access is set at the default access level
The text was updated successfully, but these errors were encountered: