Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated $instructions warning #107

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mondu-ai, arthurmmoreira, tikohov20
Tags: mondu, woocommerce, e-commerce, ecommerce, store, sales, sell, woo, woo commerce, shop, cart, shopping cart, sell online, checkout, payment, payments, bnpl, b2b
Requires at least: 5.9.0
Tested up to: 6.2.2
Stable tag: 2.1.3
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -57,6 +57,10 @@ Check out [Frequently Asked Questions](https://www.mondu.ai/faq) in the Mondu we

== Changelog ==

= 2.1.4 =

* Fix deprecated setting $instructions on payments

= 2.1.3 =

* Include Installment by Invoice payment method
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Changelog ==

= 2.1.4 =

* Fix deprecated setting $instructions on payments

= 2.1.3 =

* Include Installment by Invoice payment method
Expand Down
Binary file modified languages/mondu-de_AT.mo
Binary file not shown.
40 changes: 20 additions & 20 deletions languages/mondu-de_AT.po
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ msgstr "Bei uns ist etwas passiert."
#: src/Mondu/Mondu/Controllers/WebhooksController.php:116
#: src/Mondu/Mondu/Controllers/WebhooksController.php:135
#: src/Mondu/Mondu/Controllers/WebhooksController.php:158
#: src/Mondu/Mondu/Controllers/WebhooksController.php:174
#: src/Mondu/Mondu/Controllers/WebhooksController.php:192
#: src/Mondu/Mondu/Controllers/WebhooksController.php:210
#: src/Mondu/Mondu/Controllers/WebhooksController.php:180
#: src/Mondu/Mondu/Controllers/WebhooksController.php:198
#: src/Mondu/Mondu/Controllers/WebhooksController.php:216
msgid "Required params missing."
msgstr "Erforderliche Parameter fehlen."

Expand All @@ -136,28 +136,31 @@ msgstr "Mondu Bestellung ist athorisiert."
msgid "Mondu order is on confirmed state."
msgstr "Mondu Bestellung ist bestätigt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:183
#: src/Mondu/Mondu/Controllers/WebhooksController.php:167
msgid "Mondu order is on declined state."
msgstr "Mondu Bestellung ist abgelehnt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:189
msgid "Mondu invoice is on created state."
msgstr "Mondu Rechnung ist erstellt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:201
#: src/Mondu/Mondu/Controllers/WebhooksController.php:207
msgid "Mondu invoice is on complete state."
msgstr "Mondu Rechnung ist vollständig bezahlt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:219
#: src/Mondu/Mondu/Controllers/WebhooksController.php:225
msgid "Mondu invoice is on canceled state."
msgstr "Mondu Rechnung ist storniert."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:237
#: src/Mondu/Mondu/Controllers/WebhooksController.php:243
msgid "Not Found"
msgstr "Nicht gefunden"

#: src/Mondu/Mondu/GatewayDirectDebit.php:11
#: src/Mondu/Mondu/GatewayDirectDebit.php:12
msgid "Mondu SEPA Direct Debit"
msgstr "Mondu SEPA-Lastschrift"

#: src/Mondu/Mondu/GatewayDirectDebit.php:12
#: src/Mondu/Mondu/GatewayDirectDebit.php:13
#: src/Mondu/Mondu/GatewayDirectDebit.php:10
msgid "SEPA - Pay later by direct debit"
msgstr "SEPA-Lastschrift - Später per Lastschrift bezahlen"

Expand All @@ -166,34 +169,31 @@ msgstr "SEPA-Lastschrift - Später per Lastschrift bezahlen"
msgid "Enable %s payment method"
msgstr "Aktivieren Sie %s Zahlungsart"

#: src/Mondu/Mondu/GatewayInstallment.php:11
#: src/Mondu/Mondu/GatewayInstallment.php:12
msgid "Mondu Installments"
msgstr "Mondu Ratenkauf"

#: src/Mondu/Mondu/GatewayInstallment.php:12
#: src/Mondu/Mondu/GatewayInstallment.php:13
#: src/Mondu/Mondu/GatewayInstallment.php:10
msgid "Split payments - Pay Later in Installments by Direct Debit"
msgstr "Gesplittete Zahlungen - Ratenkauf per Lastschriftverfahren"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:11
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
msgid "Mondu Installments by Invoice"
msgstr "Mondu Ratenkauf per Rechnung"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:13
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:10
msgid "Split payments - Pay Later in Installments by Bank Transfer"
msgstr "Gesplittete Zahlungen - Ratenkauf per Banküberweisung"

#: src/Mondu/Mondu/GatewayInvoice.php:11
#: src/Mondu/Mondu/GatewayInvoice.php:12
msgid "Mondu Invoice"
msgstr "Mondu Rechnungskauf"

#: src/Mondu/Mondu/GatewayInvoice.php:12
#: src/Mondu/Mondu/GatewayInvoice.php:13
#: src/Mondu/Mondu/GatewayInvoice.php:10
msgid "Invoice - Pay later by bank transfer"
msgstr "Rechnungskauf - Später per Banküberweisung bezahlen"

#: src/Mondu/Mondu/MonduGateway.php:126
#: src/Mondu/Mondu/MonduGateway.php:125
msgid "Error placing an order. Please try again."
msgstr "Fehler beim Aufgeben einer Bestellung. Bitte versuchen Sie es erneut."

Expand Down
Binary file modified languages/mondu-de_DE.mo
Binary file not shown.
40 changes: 20 additions & 20 deletions languages/mondu-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ msgstr "Bei uns ist etwas passiert."
#: src/Mondu/Mondu/Controllers/WebhooksController.php:116
#: src/Mondu/Mondu/Controllers/WebhooksController.php:135
#: src/Mondu/Mondu/Controllers/WebhooksController.php:158
#: src/Mondu/Mondu/Controllers/WebhooksController.php:174
#: src/Mondu/Mondu/Controllers/WebhooksController.php:192
#: src/Mondu/Mondu/Controllers/WebhooksController.php:210
#: src/Mondu/Mondu/Controllers/WebhooksController.php:180
#: src/Mondu/Mondu/Controllers/WebhooksController.php:198
#: src/Mondu/Mondu/Controllers/WebhooksController.php:216
msgid "Required params missing."
msgstr "Erforderliche Parameter fehlen."

Expand All @@ -136,28 +136,31 @@ msgstr "Mondu Bestellung ist athorisiert."
msgid "Mondu order is on confirmed state."
msgstr "Mondu Bestellung ist bestätigt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:183
#: src/Mondu/Mondu/Controllers/WebhooksController.php:167
msgid "Mondu order is on declined state."
msgstr "Mondu Bestellung ist abgelehnt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:189
msgid "Mondu invoice is on created state."
msgstr "Mondu Rechnung ist erstellt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:201
#: src/Mondu/Mondu/Controllers/WebhooksController.php:207
msgid "Mondu invoice is on complete state."
msgstr "Mondu Rechnung ist vollständig bezahlt."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:219
#: src/Mondu/Mondu/Controllers/WebhooksController.php:225
msgid "Mondu invoice is on canceled state."
msgstr "Mondu Rechnung ist storniert."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:237
#: src/Mondu/Mondu/Controllers/WebhooksController.php:243
msgid "Not Found"
msgstr "Nicht gefunden"

#: src/Mondu/Mondu/GatewayDirectDebit.php:11
#: src/Mondu/Mondu/GatewayDirectDebit.php:12
msgid "Mondu SEPA Direct Debit"
msgstr "Mondu SEPA-Lastschrift"

#: src/Mondu/Mondu/GatewayDirectDebit.php:12
#: src/Mondu/Mondu/GatewayDirectDebit.php:13
#: src/Mondu/Mondu/GatewayDirectDebit.php:10
msgid "SEPA - Pay later by direct debit"
msgstr "SEPA-Lastschrift - Später per Lastschrift bezahlen"

Expand All @@ -166,34 +169,31 @@ msgstr "SEPA-Lastschrift - Später per Lastschrift bezahlen"
msgid "Enable %s payment method"
msgstr "Aktivieren Sie %s Zahlungsart"

#: src/Mondu/Mondu/GatewayInstallment.php:11
#: src/Mondu/Mondu/GatewayInstallment.php:12
msgid "Mondu Installments"
msgstr "Mondu Ratenkauf"

#: src/Mondu/Mondu/GatewayInstallment.php:12
#: src/Mondu/Mondu/GatewayInstallment.php:13
#: src/Mondu/Mondu/GatewayInstallment.php:10
msgid "Split payments - Pay Later in Installments by Direct Debit"
msgstr "Gesplittete Zahlungen - Ratenkauf per Lastschriftverfahren"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:11
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
msgid "Mondu Installments by Invoice"
msgstr "Mondu Ratenkauf per Rechnung"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:13
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:10
msgid "Split payments - Pay Later in Installments by Bank Transfer"
msgstr "Gesplittete Zahlungen - Ratenkauf per Banküberweisung"

#: src/Mondu/Mondu/GatewayInvoice.php:11
#: src/Mondu/Mondu/GatewayInvoice.php:12
msgid "Mondu Invoice"
msgstr "Mondu Rechnungskauf"

#: src/Mondu/Mondu/GatewayInvoice.php:12
#: src/Mondu/Mondu/GatewayInvoice.php:13
#: src/Mondu/Mondu/GatewayInvoice.php:10
msgid "Invoice - Pay later by bank transfer"
msgstr "Rechnungskauf - Später per Banküberweisung bezahlen"

#: src/Mondu/Mondu/MonduGateway.php:126
#: src/Mondu/Mondu/MonduGateway.php:125
msgid "Error placing an order. Please try again."
msgstr "Fehler beim Aufgeben einer Bestellung. Bitte versuchen Sie es erneut."

Expand Down
Binary file modified languages/mondu-fr_FR.mo
Binary file not shown.
40 changes: 20 additions & 20 deletions languages/mondu-fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ msgstr "Quelque chose s'est passé de notre côté."
#: src/Mondu/Mondu/Controllers/WebhooksController.php:116
#: src/Mondu/Mondu/Controllers/WebhooksController.php:135
#: src/Mondu/Mondu/Controllers/WebhooksController.php:158
#: src/Mondu/Mondu/Controllers/WebhooksController.php:174
#: src/Mondu/Mondu/Controllers/WebhooksController.php:192
#: src/Mondu/Mondu/Controllers/WebhooksController.php:210
#: src/Mondu/Mondu/Controllers/WebhooksController.php:180
#: src/Mondu/Mondu/Controllers/WebhooksController.php:198
#: src/Mondu/Mondu/Controllers/WebhooksController.php:216
msgid "Required params missing."
msgstr "Paramètres requis manquants."

Expand All @@ -136,28 +136,31 @@ msgstr "La commande Mondu est en cours d'autorisation."
msgid "Mondu order is on confirmed state."
msgstr "La commande Mondu est dans l'état confirmé."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:183
#: src/Mondu/Mondu/Controllers/WebhooksController.php:167
msgid "Mondu order is on declined state."
msgstr "La commande Mondu est dans l'état refusé."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:189
msgid "Mondu invoice is on created state."
msgstr "La facture Mondu est à l'état créé."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:201
#: src/Mondu/Mondu/Controllers/WebhooksController.php:207
msgid "Mondu invoice is on complete state."
msgstr "La facture Mondu est à l'état complet."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:219
#: src/Mondu/Mondu/Controllers/WebhooksController.php:225
msgid "Mondu invoice is on canceled state."
msgstr "La facture Mondu est dans l'état annulé."

#: src/Mondu/Mondu/Controllers/WebhooksController.php:237
#: src/Mondu/Mondu/Controllers/WebhooksController.php:243
msgid "Not Found"
msgstr "Aucun résultat"

#: src/Mondu/Mondu/GatewayDirectDebit.php:11
#: src/Mondu/Mondu/GatewayDirectDebit.php:12
msgid "Mondu SEPA Direct Debit"
msgstr "Mondu Prélèvement SEPA"

#: src/Mondu/Mondu/GatewayDirectDebit.php:12
#: src/Mondu/Mondu/GatewayDirectDebit.php:13
#: src/Mondu/Mondu/GatewayDirectDebit.php:10
msgid "SEPA - Pay later by direct debit"
msgstr "SEPA - Payer plus tard par prélèvement SEPA"

Expand All @@ -166,34 +169,31 @@ msgstr "SEPA - Payer plus tard par prélèvement SEPA"
msgid "Enable %s payment method"
msgstr "Activer %s mode de paiement"

#: src/Mondu/Mondu/GatewayInstallment.php:11
#: src/Mondu/Mondu/GatewayInstallment.php:12
msgid "Mondu Installments"
msgstr "Mondu Paiements Fractionnés"

#: src/Mondu/Mondu/GatewayInstallment.php:12
#: src/Mondu/Mondu/GatewayInstallment.php:13
#: src/Mondu/Mondu/GatewayInstallment.php:10
msgid "Split payments - Pay Later in Installments by Direct Debit"
msgstr "Paiements fractionnés - Payer plus tard en plusieurs fois par prélèvement automatique"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:11
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
msgid "Mondu Installments by Invoice"
msgstr "Mondu Paiements par facture"

#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:12
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:13
#: src/Mondu/Mondu/GatewayInstallmentByInvoice.php:10
msgid "Split payments - Pay Later in Installments by Bank Transfer"
msgstr "Paiements fractionnés - Payer plus tard en plusieurs fois par virement bancaire"

#: src/Mondu/Mondu/GatewayInvoice.php:11
#: src/Mondu/Mondu/GatewayInvoice.php:12
msgid "Mondu Invoice"
msgstr "Mondu Facture"

#: src/Mondu/Mondu/GatewayInvoice.php:12
#: src/Mondu/Mondu/GatewayInvoice.php:13
#: src/Mondu/Mondu/GatewayInvoice.php:10
msgid "Invoice - Pay later by bank transfer"
msgstr "Facture - Payez plus tard par virement"

#: src/Mondu/Mondu/MonduGateway.php:126
#: src/Mondu/Mondu/MonduGateway.php:125
msgid "Error placing an order. Please try again."
msgstr "Erreur de commande. Veuillez réessayer."

Expand Down
Binary file modified languages/mondu-nl_NL.mo
Binary file not shown.
Loading
Loading