Skip to content

Commit 6babcc7

Browse files
author
Viktor Tymchynskyi
committed
MAGETWO-32931: Accepting and Rejecting Transactions Marked as "Held for Review" by Gateway
1 parent 0782bb1 commit 6babcc7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Payment/view/frontend/web/template/payment

1 file changed

+2
-2
lines changed

app/code/Magento/Payment/view/frontend/web/template/payment/cc-form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<!--/ko-->
3232
</ul>
3333
<input type="hidden"
34-
name="payment[cc_number]"
34+
name="payment[cc_type]"
3535
class="input-text"
3636
value=""
37-
data-bind="attr: {id: getCode() + '_cc_type'}, value: creditCardType">
37+
data-bind="attr: {id: getCode() + '_cc_type', 'data-container': getCode() + '-cc-type'}, value: creditCardType">
3838
</div>
3939
</div>
4040
<div class="field number required">

0 commit comments

Comments
 (0)