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!'); } }