Skip to content

Commit

Permalink
[MERGE] forward port branch saas-15 up to 9622455
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed May 22, 2018
2 parents d5c7370 + 9622455 commit ea3385b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/pos_mercury/static/src/js/pos_mercury.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ PaymentScreenWidget.include({
order.selected_paymentline.paid = true;
order.selected_paymentline.mercury_swipe_pending = false;
order.selected_paymentline.mercury_amount = response.authorize;
order.selected_paymentline.set_amount(response.authorize);
order.selected_paymentline.mercury_card_number = decodedMagtek['number'];
order.selected_paymentline.mercury_card_brand = response.card_type;
order.selected_paymentline.mercury_card_owner_name = decodedMagtek['name'];
Expand Down

0 comments on commit ea3385b

Please sign in to comment.