Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 3, 2023
1 parent f021e9f commit 9a55d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentRequestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function complement( Payment $payment, AbstractPaymentRequest $req
*/
$merchant_order_reference = $payment->format_string( $config->get_merchant_order_reference() );

if ( '' === $merchant_order_reference ) {
if ( '' === $merchant_order_reference ) {
$merchant_order_reference = $payment->get_id();
}

Expand Down

0 comments on commit 9a55d39

Please sign in to comment.