This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function fieldDefinitions()
8888 'shippingInfo ' => [static ::TYPE => '\Commercetools\Core\Model\Cart\ShippingInfo ' ],
8989 'discountCodes ' => [static ::TYPE => '\Commercetools\Core\Model\Cart\DiscountCodeInfoCollection ' ],
9090 'custom ' => [static ::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject ' ],
91- 'paymentInfo ' => [static ::TYPE => '\Commercetools\Core\Model\Cart \PaymentInfo ' ],
91+ 'paymentInfo ' => [static ::TYPE => '\Commercetools\Core\Model\Payment \PaymentInfo ' ],
9292 ];
9393 }
9494}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function fieldDefinitions()
117117 'cart ' => [static ::TYPE => '\Commercetools\Core\Model\Cart\CartReference ' ],
118118 'custom ' => [static ::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject ' ],
119119 'state ' => [static ::TYPE => '\Commercetools\Core\Model\State\StateReference ' ],
120- 'paymentInfo ' => [static ::TYPE => '\Commercetools\Core\Model\Cart \PaymentInfo ' ],
120+ 'paymentInfo ' => [static ::TYPE => '\Commercetools\Core\Model\Payment \PaymentInfo ' ],
121121 ];
122122 }
123123}
You can’t perform that action at this time.
0 commit comments