Comments

bradjones1 created an issue. See original summary.

czigor’s picture

@bradjones1 Are you using a custom checkout flow? I can't reproduce this. Can you test the attached patch? Just changed $order->get('payment_gateway') to $order->payment_gateway.

  • czigor committed d2d1085 on 8.x-1.x authored by bradjones1
    Issue #2991226 by bradjones1, czigor: Visa Checkout form alter breaks...
czigor’s picture

Status: Needs review » Fixed

Discussed this with bradjones1. The issue occurs when the order total is 0 and thus the order has no payment gateway. Thanks for the patch, committed it!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.