Skip to content

Commit

Permalink
Merge branch '16-no-sum-of-multiple-amount-fieldstags-with-the-pronam…
Browse files Browse the repository at this point in the history
…ic_pay_amount-option' of https://github.com/pronamic/wp-pronamic-pay-contact-form-7 into 16-no-sum-of-multiple-amount-fieldstags-with-the-pronamic_pay_amount-option
  • Loading branch information
remcotolsma committed Dec 18, 2023
2 parents 2159401 + 4609f6f commit 76e371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pronamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function get_submission_payment( WPCF7_Submission $submission ) {
return null;
}

$submission_helper = new SubMissionHelper( $submission );
$submission_helper = new SubmissionHelper( $submission );

// Total.
$total = new Money();
Expand Down

0 comments on commit 76e371f

Please sign in to comment.