Skip to content

Commit

Permalink
Merge pull request #150 from paynl/feature/SC-356
Browse files Browse the repository at this point in the history
Set encryption keys api version to 1
  • Loading branch information
daan-pay authored Oct 22, 2021
2 parents 217ef41 + 1c041dc commit 771b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Payment/EncryptionKeys.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class EncryptionKeys extends PaymentApi
/**
* @inheritdoc
*/
protected $version = 2;
protected $version = 1;

/**
* @inheritdoc
Expand Down

0 comments on commit 771b49d

Please sign in to comment.