Skip to content

Commit

Permalink
Merge branch 'develop' into fix/PIWOO-300-update-support-links
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 20, 2023
2 parents 1b842f6 + ab3e073 commit a239792
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 63 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/housekeeping.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/Buttons/ApplePayButton/ApplePayDataObjectHttp.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ protected function addressHasRequiredFieldsValues(
sprintf('ApplePay Data Error: Missing value for %s', $requiredField)
);
$this->errors[]
= [
= [
'errorCode' => $errorCode,
'contactField' => $errorValue,
];
Expand Down
14 changes: 7 additions & 7 deletions src/PaymentMethods/Kbc.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

class Kbc extends AbstractPaymentMethod implements PaymentMethodI
{
protected const DEFAULT_ISSUERS_DROPDOWN = 'yes';
protected function getConfig(): array
{
return [
protected const DEFAULT_ISSUERS_DROPDOWN = 'yes';
protected function getConfig(): array
{
return [
'id' => 'kbc',
'defaultTitle' => __('KBC/CBC Payment Button', 'mollie-payments-for-woocommerce'),
'settingsDescription' => '',
Expand All @@ -23,10 +23,10 @@ protected function getConfig(): array
'filtersOnBuild' => false,
'confirmationDelayed' => true,
'SEPA' => true,
];
}
];
}

public function getFormFields($generalFormFields): array
public function getFormFields($generalFormFields): array
{
$paymentMethodFormFieds = [
'issuers_dropdown_shown' => [
Expand Down

0 comments on commit a239792

Please sign in to comment.