Skip to content

Commit

Permalink
RATEPLUG-138: remove unused alert in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Oct 13, 2020
1 parent 972428f commit 89c77c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Views/backend/rpay_ratepay_backend_order/view/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 89c77c1

Please sign in to comment.