Skip to content

Commit 115948a

Browse files
committed
MC-17966: Cannot make reorder using transparent-redirect based payment
1 parent c3f29ce commit 115948a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Payment/view/frontend/web/js/view/payment

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/view/frontend/web/js/view/payment/iframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ define([
144144
* {Function}
145145
*/
146146
setPaymentInformation: function () {
147-
setPaymentInformationAction(
147+
return setPaymentInformationAction(
148148
this.messageContainer,
149149
{
150150
method: this.getCode()

0 commit comments

Comments
 (0)