Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Riskified PHP SDK
=================

version: 1.9.3
version: 1.9.4
-------------------

See *samples/* for examples on how to use this SDK.
Expand Down
2 changes: 1 addition & 1 deletion src/Riskified/Common/Riskified.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @package Riskified\Common
*/
class Riskified {
const VERSION = '1.9.3';
const VERSION = '1.9.4';
const API_VERSION = '2';

/**
Expand Down
1 change: 1 addition & 0 deletions src/Riskified/OrderWebhook/Model/PaymentDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class PaymentDetails extends AbstractModel {

'account_number' => 'string optional',
'routing_number' => 'string optional',
'token' => 'string optional',

'authorization_error' => 'object \AuthorizationError optional',

Expand Down