Skip to content

Commit

Permalink
Merge pull request #7 from PatryQHyper/PatryQHyper-patch-1
Browse files Browse the repository at this point in the history
Change version in Payments
  • Loading branch information
PatryQHyper authored Oct 6, 2023
2 parents 9bfb815 + 4d5dc8f commit 34aa863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Payments
{
public const version = '3.0.12';
public const version = '3.0.13';

private ?PaymentAbstract $paymentAbstract = null;
private ?SmsAbstract $smsAbstract = null;
Expand All @@ -32,4 +32,4 @@ public function sms(SmsAbstract $smsAbstract): ?SmsAbstract

return $this->smsAbstract;
}
}
}

0 comments on commit 34aa863

Please sign in to comment.