Skip to content

Commit

Permalink
fix(project.new): avoid creating payment mean if it is credit (#3878)
Browse files Browse the repository at this point in the history
ref: DTRSD-22479

Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Oct 21, 2020
1 parent 4df26d5 commit e72d5d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default class PciProjectNewPaymentCtrl {
// call integration submit function if some
if (
this.eligibility.isAddPaymentMethodRequired() &&
this.model.paymentMethod.paymentType !== 'CREDIT' &&
this.integrationSubmitFn
) {
return this.integrationSubmitFn();
Expand Down

0 comments on commit e72d5d6

Please sign in to comment.