From 89c77c1130e166127fc1caa90c14b01f30a52360 Mon Sep 17 00:00:00 2001 From: Frederik Rommel Date: Tue, 13 Oct 2020 16:09:01 +0200 Subject: [PATCH] RATEPLUG-138: remove unused alert in JS --- Views/backend/rpay_ratepay_backend_order/view/payment.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Views/backend/rpay_ratepay_backend_order/view/payment.js b/Views/backend/rpay_ratepay_backend_order/view/payment.js index 26cf77f2..1b232448 100644 --- a/Views/backend/rpay_ratepay_backend_order/view/payment.js +++ b/Views/backend/rpay_ratepay_backend_order/view/payment.js @@ -51,10 +51,6 @@ Ext.define('Shopware.apps.RatepayBackendOrder.view.payment', { return true; }); - me.subApplication.app.on('selectBillingAddress', function() { - alert('select billing address'); - }); - var changePaymentTypeHandler = function(combobox, newValue, oldValue) { me.handleChangePaymentType.call(me, combobox, newValue); };