Skip to content

Commit

Permalink
changes default message on card input
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Mar 13, 2019
1 parent 693f773 commit 86f3b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/util/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ exports.payment = function(req, stripe_pk, existing){

req.plan
? log((" Enter playment info to change to the " + req.plan.underline + " plan.").grey)
: log((" Default message").grey)
: log((" Enter playment method to be used").grey)

log()

Expand Down

0 comments on commit 86f3b43

Please sign in to comment.