Skip to content

Commit

Permalink
Merge pull request #5 from mmoss128/patch-1
Browse files Browse the repository at this point in the history
Update PayflowPaymentForm.php
  • Loading branch information
engram-design authored Nov 14, 2022
2 parents 9a9ed4e + 5497dac commit 88b5628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/PayflowPaymentForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PayflowPaymentForm extends CreditCardPaymentForm
{
public mixed $cardReference = null;

public function populateFromPaymentSource(PaymentSource $paymentSource)
public function populateFromPaymentSource(PaymentSource $paymentSource) : void
{
$this->cardReference = $paymentSource->token;
}
Expand Down

0 comments on commit 88b5628

Please sign in to comment.