From 1c041dc2f7d1f5547ea781531efc8ed0cccb0902 Mon Sep 17 00:00:00 2001 From: Ivo Wams Date: Fri, 22 Oct 2021 13:18:05 +0200 Subject: [PATCH] Set encryption keys api version to 1 --- src/Api/Payment/EncryptionKeys.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Payment/EncryptionKeys.php b/src/Api/Payment/EncryptionKeys.php index 547bc6fc..e5135ea6 100644 --- a/src/Api/Payment/EncryptionKeys.php +++ b/src/Api/Payment/EncryptionKeys.php @@ -16,7 +16,7 @@ class EncryptionKeys extends PaymentApi /** * @inheritdoc */ - protected $version = 2; + protected $version = 1; /** * @inheritdoc