Skip to content

Commit

Permalink
Merge pull request #1 from schursin/patch-1
Browse files Browse the repository at this point in the history
Update Expands.php
  • Loading branch information
lashnag authored Dec 25, 2017
2 parents 8a79111 + 2778107 commit d894fb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/handbooks/Expands.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ class Expands {
CARD = 'card',
CLIENT = 'client',
LOCATION = 'location',
CUSTOM_FIELDS = 'issuer',
CUSTOM_FIELDS = 'custom_fields',
ISSUER = 'issuer',
SECURE3D = 'sucure3d',
OPERATIONS_CASHFLOW = 'cashflow';
OPERATIONS_CASHFLOW = 'operations.cashflow';

public static function getAllExpands(){
return array(
self::CARD,
self::CLIENT,
self::LOCATION,
self::CUSTOM_FIELDS,
self::ISSUER,
self::SECURE3D,
self::OPERATIONS_CASHFLOW,
);
Expand Down
1 change: 1 addition & 0 deletions src/services/order_info/OrderInfoResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class OrderInfoResponse extends BaseResponse {
public $status;
public $updated;
public $form3d_html;
public $custom_fields;

/** @var CardData */
public $card;
Expand Down

0 comments on commit d894fb0

Please sign in to comment.