Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo authored and github-actions[bot] committed Sep 15, 2023
1 parent 00efaa4 commit 0ff7259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions languages/en_GB.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
msgid ""
msgstr ""
"Project-Id-Version: Mollie Payments for WooCommerce 7.3.12\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/html\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/WooCommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-15T05:36:56+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: mollie-payments-for-woocommerce\n"
Expand Down
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

0 comments on commit 0ff7259

Please sign in to comment.