Skip to content

Commit

Permalink
Merge pull request #182 from buckaroo-it/BA-350-make-pushurl-optional
Browse files Browse the repository at this point in the history
BA-350 Remove pushUrl from required parameters
  • Loading branch information
DjellzeBllaca authored Jul 10, 2024
2 parents f69fa84 + 6c15808 commit 606f088
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 606f088

Please sign in to comment.