Skip to content

Commit

Permalink
change the use of strShippingFirstName
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeten committed Jun 3, 2020
1 parent e4bccab commit 13dffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Paymentmethod/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ protected function doStartTransaction(Order $order)
}

$invoiceAddress = array(
'initials' => $strBillingFirstName,
'initials' => $arrBillingAddress['firstname'],
'lastName' => $arrBillingAddress['lastname']
);

Expand Down

0 comments on commit 13dffa6

Please sign in to comment.