Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix(PaymentInfo): correct class path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Oct 12, 2015
1 parent c156560 commit a9501fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/Cart/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function fieldDefinitions()
'shippingInfo' => [static::TYPE => '\Commercetools\Core\Model\Cart\ShippingInfo'],
'discountCodes' => [static::TYPE => '\Commercetools\Core\Model\Cart\DiscountCodeInfoCollection'],
'custom' => [static::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject'],
'paymentInfo' => [static::TYPE => '\Commercetools\Core\Model\Cart\PaymentInfo'],
'paymentInfo' => [static::TYPE => '\Commercetools\Core\Model\Payment\PaymentInfo'],
];
}
}
2 changes: 1 addition & 1 deletion src/Model/Order/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function fieldDefinitions()
'cart' => [static::TYPE => '\Commercetools\Core\Model\Cart\CartReference'],
'custom' => [static::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject'],
'state' => [static::TYPE => '\Commercetools\Core\Model\State\StateReference'],
'paymentInfo' => [static::TYPE => '\Commercetools\Core\Model\Cart\PaymentInfo'],
'paymentInfo' => [static::TYPE => '\Commercetools\Core\Model\Payment\PaymentInfo'],
];
}
}

0 comments on commit a9501fc

Please # to comment.