Skip to content

Commit

Permalink
NTR: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Sep 9, 2024
1 parent f90c1a5 commit 0f6ee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Mollie/Payments/Requests/Riverty.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
}
}

0 comments on commit 0f6ee29

Please sign in to comment.