Initial commit
parents
Showing
.php_cs
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "klarna/payments", | ||
"description": "A Klarna Payments SDK", | ||
"keywords": [ | ||
"swagger", | ||
"php", | ||
"sdk", | ||
"rest", | ||
"api" | ||
], | ||
"homepage": "http://swagger.io", | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
"name": "Swagger and contributors", | ||
"homepage": "https://github.com/swagger-api/swagger-codegen" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.0 || ^9.0", | ||
"friendsofphp/php-cs-fixer": "^3.5" | ||
}, | ||
"autoload": { | ||
"psr-4": { "Swagger\\Client\\" : "lib/" } | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { "Swagger\\Client\\" : "test/" } | ||
} | ||
} |
docs/Api/OrdersApi.md
0 → 100644
docs/Api/SessionsApi.md
0 → 100644
docs/Model/Address.md
0 → 100644
docs/Model/AssetUrls.md
0 → 100644
docs/Model/Attachment.md
0 → 100644
docs/Model/AuthorizedPaymentMethod.md
0 → 100644
docs/Model/CreateOrderRequest.md
0 → 100644
docs/Model/Customer.md
0 → 100644
docs/Model/CustomerRead.md
0 → 100644
docs/Model/CustomerReadCreateToken.md
0 → 100644
docs/Model/CustomerTokenCreationRequest.md
0 → 100644
docs/Model/CustomerTokenCreationResponse.md
0 → 100644
docs/Model/ErrorV2.md
0 → 100644
docs/Model/MerchantSession.md
0 → 100644
docs/Model/MerchantUrls.md
0 → 100644
docs/Model/Options.md
0 → 100644
docs/Model/Order.md
0 → 100644
docs/Model/OrderLine.md
0 → 100644
docs/Model/PaymentMethodCategory.md
0 → 100644
docs/Model/ProductIdentifiers.md
0 → 100644
docs/Model/Session.md
0 → 100644
docs/Model/SessionCreate.md
0 → 100644
docs/Model/SessionRead.md
0 → 100644
docs/Model/Subscription.md
0 → 100644
git_push.sh
0 → 100644
lib/Api/OrdersApi.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Api/SessionsApi.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/ApiException.php
0 → 100644
lib/Configuration.php
0 → 100644
lib/HeaderSelector.php
0 → 100644
lib/Model/Address.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/AssetUrls.php
0 → 100644
lib/Model/Attachment.php
0 → 100644
lib/Model/AuthorizedPaymentMethod.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CreateOrderRequest.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/CustomerRead.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CustomerReadCreateToken.php
0 → 100644
lib/Model/CustomerTokenCreationRequest.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/CustomerTokenCreationResponse.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/ErrorV2.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/MerchantSession.php
0 → 100644
lib/Model/MerchantUrls.php
0 → 100644
lib/Model/ModelInterface.php
0 → 100644
lib/Model/Options.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Order.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/PaymentMethodCategory.php
0 → 100644
lib/Model/ProductIdentifiers.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/SessionCreate.php
0 → 100644
This diff is collapsed.
Click to expand it.
lib/Model/SessionRead.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/ObjectSerializer.php
0 → 100644
This diff is collapsed.
Click to expand it.
phpunit.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
test/Api/OrdersApiTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Api/SessionsApiTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/AddressTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/AssetUrlsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/AttachmentTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/AuthorizedPaymentMethodTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/CreateOrderRequestTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/CustomerReadCreateTokenTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/CustomerReadTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/CustomerTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/Model/ErrorV2Test.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/MerchantSessionTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/MerchantUrlsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/OptionsTest.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/OrderTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/PaymentMethodCategoryTest.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.
test/Model/SessionCreateTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/SessionReadTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
test/Model/SessionTest.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.
Please
register
or
sign in
to comment