Skip to content

Commit

Permalink
Added amex cards error handling message (#82)
Browse files Browse the repository at this point in the history
* Removed notification frame in order not to confuse customer
  • Loading branch information
andrii-onufriichuk authored Feb 21, 2024
1 parent 2457ba8 commit 504e853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/frontend/web/template/payment/rvvup.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<!-- Place Order button, hide if PayPal option is selected -->
<!--Pay By Card Form-->
<!-- ko if: (getCode() == 'rvvup_CARD' && rvvup_parameters.settings.card.flow === 'INLINE') -->
<div id="st-notification-frame"></div>
<form id="st-form" method="POST">
<div id="st-card-number" class="rvvup-card-field rvvup-card-number"></div>
<div id="st-expiration-date" class="rvvup-card-field rvvup-card-expiry"></div>
Expand Down

0 comments on commit 504e853

Please sign in to comment.