diff --git a/src/app/settings/payment.component.ts b/src/app/settings/payment.component.ts index 9353ba24f0..62a73893f7 100644 --- a/src/app/settings/payment.component.ts +++ b/src/app/settings/payment.component.ts @@ -73,7 +73,7 @@ export class PaymentComponent implements OnInit { this.setStripeElement(); }; this.btScript = window.document.createElement('script'); - this.btScript.src = 'scripts/dropin.js'; + this.btScript.src = `scripts/dropin.js?cache=${process.env.CACHE_TAG}`; this.btScript.async = true; }