Skip to content

Commit

Permalink
Remove pushUrl from required parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
DjellzeBllaca committed Jul 10, 2024
1 parent f69fa84 commit 6c15808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentMethods/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ abstract class PaymentMethod implements PaymentInterface
/**
* @var array|string[]
*/
protected array $requiredConfigFields = ['currency', 'pushURL'];
protected array $requiredConfigFields = ['currency'];
/**
* @var string
*/
Expand Down

0 comments on commit 6c15808

Please sign in to comment.