diff --git a/packages/manager/modules/pci/src/projects/new/payment/controller.js b/packages/manager/modules/pci/src/projects/new/payment/controller.js index faa47f9ccbfc..327548d4d656 100644 --- a/packages/manager/modules/pci/src/projects/new/payment/controller.js +++ b/packages/manager/modules/pci/src/projects/new/payment/controller.js @@ -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();