Skip to content

Commit 7a381e8

Browse files
committed
Corrected transaction create errors
1 parent 2ae9311 commit 7a381e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simplepay-ai/api-client",
33
"description": "SimplePay API Client",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "library",
66
"license": "MIT",
77
"autoload": {

src/Responses/TransactionCreateErrorsResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class TransactionCreateErrorsResponse
1717
public ?string $from = null;
1818

1919
/**
20-
* 'required' | 'alpha' | 'uppercase' | 'invalid'
20+
* 'required' | 'alphanum' | 'uppercase' | 'invalid'
2121
*/
2222
public ?string $cryptocurrency = null;
2323

0 commit comments

Comments
 (0)