-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.json
41 lines (41 loc) · 1.72 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"registeredExtensions": [
"payment-klarna-bridge"
],
"klarna": {
"merchant_urls": {
"id": "200",
"terms": "https://example.com/terms",
"checkout": "https://example.com/checkout?sid={checkout.order.id}",
"confirmation": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/confirmation?id={checkout.order.id}",
"push": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/push?id={checkout.order.id}",
"validation": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/validate",
"shipping_option_update": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/shippingOptionUpdate",
"address_update": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/addressUpdate",
"country_change": "https://magento2.example.com/{{storeCode}}/kodbruketklarnaapi/order/changeCountry"
},
"auth": {
"user": "PK05273_caa011a9eda3",
"pass": "TSL8CTtBVK9y8p76"
},
"endpoints": {
"orders": "https://api.playground.klarna.com/checkout/v3/orders"
}
},
"magento2": {
"url": "http://demo-magento2.vuestorefront.io",
"imgUrl": "http://demo-magento2.vuestorefront.io/pub/media/catalog/product",
"assetPath": "/../var/magento2-sample-data/pub/media",
"magentoUserName": "",
"magentoUserPassword": "",
"httpUserName": "",
"httpUserPassword": "",
"api": {
"url": "http://demo-magento2.vuestorefront.io/rest",
"consumerKey": "byv3730rhoulpopcq64don8ukb8lf2gq",
"consumerSecret": "u9q4fcobv7vfx9td80oupa6uhexc27rb",
"accessToken": "040xx3qy7s0j28o3q0exrfop579cy20m",
"accessTokenSecret": "7qunl3p505rubmr7u1ijt7odyialnih9"
}
}
}