Initial commit
parents
Showing
.gitignore
0 → 100644
.openapi-generator-ignore
0 → 100644
.openapi-generator/FILES
0 → 100644
.openapi-generator/VERSION
0 → 100644
.php-cs-fixer.dist.php
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"description": "The Order Management API is used for handling an order after the customer has completed the purchase. It is used for all actions you need to manage your orders. Examples being: updating, capturing, reading and refunding an order. Read more on the [Order management](https://docs.klarna.com/order-management/) process.", | ||
"keywords": [ | ||
"openapitools", | ||
"openapi-generator", | ||
"openapi", | ||
"php", | ||
"sdk", | ||
"rest", | ||
"api" | ||
], | ||
"homepage": "https://openapi-generator.tech", | ||
"license": "unlicense", | ||
"authors": [ | ||
{ | ||
"name": "OpenAPI", | ||
"homepage": "https://openapi-generator.tech" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"guzzlehttp/guzzle": "^7.3", | ||
"guzzlehttp/psr7": "^1.7 || ^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.0 || ^9.0", | ||
"friendsofphp/php-cs-fixer": "^3.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { "OpenAPI\\Client\\" : "lib/" } | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { "OpenAPI\\Client\\Test\\" : "test/" } | ||
} | ||
} |
docs/Api/CapturesApi.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/Api/OrdersApi.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/Api/RefundsApi.md
0 → 100644
docs/Model/Addon.md
0 → 100644
docs/Model/Address.md
0 → 100644
docs/Model/CancelNotAllowedErrorMessage.md
0 → 100644
docs/Model/Capture.md
0 → 100644
docs/Model/CaptureNotAllowedErrorMessage.md
0 → 100644
docs/Model/CaptureObject.md
0 → 100644
docs/Model/CarrierProduct.md
0 → 100644
docs/Model/Customer.md
0 → 100644
docs/Model/ErrorMessageDto.md
0 → 100644
docs/Model/ExtendDueDateOptions.md
0 → 100644
docs/Model/ExtendDueDateRequest.md
0 → 100644
docs/Model/InitialPaymentMethodDto.md
0 → 100644
docs/Model/Location.md
0 → 100644
docs/Model/MerchantOrderDto.md
0 → 100644
docs/Model/NoSuchCaptureErrorMessage.md
0 → 100644
docs/Model/NoSuchOrderErrorMessage.md
0 → 100644
docs/Model/NotAllowedErrorMessage.md
0 → 100644
docs/Model/NotFoundErrorMessage.md
0 → 100644
docs/Model/OptionDto.md
0 → 100644
docs/Model/OrderLine.md
0 → 100644
docs/Model/ProductIdentifiers.md
0 → 100644
docs/Model/Refund.md
0 → 100644
docs/Model/RefundNotAllowedErrorMessage.md
0 → 100644
docs/Model/RefundObject.md
0 → 100644
docs/Model/SelectedShippingOptionDto.md
0 → 100644
docs/Model/ShippingInfo.md
0 → 100644
docs/Model/Subscription.md
0 → 100644
docs/Model/Timeslot.md
0 → 100644
docs/Model/UpdateAuthorization.md
0 → 100644
docs/Model/UpdateConsumer.md
0 → 100644
docs/Model/UpdateMerchantReferences.md
0 → 100644
docs/Model/UpdateShippingInfo.md
0 → 100644
git_push.sh
0 → 100644
lib/Api/CapturesApi.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Api/OrdersApi.php
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
lib/Api/RefundsApi.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/ApiException.php
0 → 100644
lib/Configuration.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/HeaderSelector.php
0 → 100644
lib/Model/Addon.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Address.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CancelNotAllowedErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Capture.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CaptureNotAllowedErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CaptureObject.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CarrierProduct.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Customer.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ErrorMessageDto.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ExtendDueDateOptions.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ExtendDueDateRequest.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/InitialPaymentMethodDto.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Location.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/MerchantOrderDto.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ModelInterface.php
0 → 100644
lib/Model/NoSuchCaptureErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/NoSuchOrderErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/NotAllowedErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/NotFoundErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/OptionDto.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/OrderLine.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ProductIdentifiers.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Refund.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/RefundNotAllowedErrorMessage.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/RefundObject.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/SelectedShippingOptionDto.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ShippingInfo.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Subscription.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Timeslot.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/UpdateAuthorization.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/UpdateConsumer.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/UpdateMerchantReferences.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/UpdateShippingInfo.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/ObjectSerializer.php
0 → 100644
This diff is collapsed.
Click to expand it.
phpunit.xml.dist
0 → 100644
test/Api/CapturesApiTest.php
0 → 100644
test/Api/OrdersApiTest.php
0 → 100644
test/Api/RefundsApiTest.php
0 → 100644
test/Model/AddonTest.php
0 → 100644
test/Model/AddressTest.php
0 → 100644
test/Model/CaptureObjectTest.php
0 → 100644
test/Model/CaptureTest.php
0 → 100644
test/Model/CarrierProductTest.php
0 → 100644
test/Model/CustomerTest.php
0 → 100644
test/Model/ErrorMessageDtoTest.php
0 → 100644
test/Model/ExtendDueDateOptionsTest.php
0 → 100644
test/Model/ExtendDueDateRequestTest.php
0 → 100644
test/Model/InitialPaymentMethodDtoTest.php
0 → 100644
test/Model/LocationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/MerchantOrderDtoTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/NoSuchCaptureErrorMessageTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/NoSuchOrderErrorMessageTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/NotAllowedErrorMessageTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/NotFoundErrorMessageTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/OptionDtoTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/OrderLineTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/ProductIdentifiersTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/Model/RefundObjectTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/RefundTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/SelectedShippingOptionDtoTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/ShippingInfoTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/SubscriptionTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/TimeslotTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/UpdateAuthorizationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/UpdateConsumerTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/UpdateMerchantReferencesTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/UpdateShippingInfoTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment