From 0f6ee2953bde1df8e6c9bfd9a54a36f2a4775b04 Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Mon, 9 Sep 2024 13:20:22 +0200 Subject: [PATCH] NTR: fix error --- Services/Mollie/Payments/Requests/Riverty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Mollie/Payments/Requests/Riverty.php b/Services/Mollie/Payments/Requests/Riverty.php index 5e2f209c..430d5270 100644 --- a/Services/Mollie/Payments/Requests/Riverty.php +++ b/Services/Mollie/Payments/Requests/Riverty.php @@ -29,6 +29,6 @@ public function __construct() */ public function buildBodyPaymentsAPI() { - throw new ApiNotSupportedException('Klarna One does not support the Payments API!'); + throw new ApiNotSupportedException('Riverty does not support the Payments API!'); } }