问题标签 [klarna]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wordpress - Woocommerce Klarna 结帐布局修改
我正在将我的在线商店与 Klarna 支付提供商集成。Klarna 结帐应覆盖常规的 Woocommerce 结帐页面。Klarna 结帐在页面上可见,但是常规的 Woocommerce 结帐信息也是如此 - 应该删除。此外,Klarna 结帐应该是全屏的(现在它在某个网格中)。
如果有人可以建议,将不胜感激!我试图从我的主题的附加 CSS 中删除自定义 CSS,但这并没有帮助。
https://senjacosmetics.com/shop/
Wordpress,带有 Woocommerce 插件的主题 Ellie
klarna - 在 Klarna 提供数字产品?
我们目前正在开发一个小平台,我们提供不同的价格计划。现在的想法是,用户只需单击一个按钮(例如 20 美元)并被重定向到 Klarna 进行支付。https://api.playground.klarna.com/checkout/v3/orders
我根据文档将以下帖子发送到端点。但我总是收到错误消息
抱歉,您选择的送货方式无法处理。请选择其他送货方式。
但是order_lines.type=digital
不应该送货,不是吗?我究竟做错了什么?
我的帖子:
e-commerce - 在 Klarna 中创建会话时出现 INVALID_OPERATION 错误
我是 Klarna 的初学者,正在尝试开始。
使用邮递员,我试图通过对https://api-na.playground.klarna.com/payments/v1/sessions进行 POST 来创建会话。我正在使用 HTTP 基本身份验证。
以下是请求和响应。你能帮我弄清楚我做错了什么。
请求标头:
请求正文(带有测试数据):
回复:
magento-2.3 - 使用 Klarna Checkout 获得“401 未经授权”
我在 Magento2.3 上安装了 Klarna Checkout v7 并收到错误消息:
我查看了 Klarnas API 并创建了一个 curl 请求来验证凭据、API 密钥和密钥在通过 curl 运行后是否正确:
身体
问题可能出在哪里?
javascript - Klarna Payment gateway integration with WebFlow project
Klarna has been one of the most famous payment processing way that we have been using many projects.
Now a days I am asked to make a project using WebFlow. But there are not many resources out there to make out a checkout form working with Klarna in webflow.
what I have seen so far there are three ways out there?
- Download the code of webflow convert into react and use JS plugin of Klarna.
- Use mollie with webflow components! but it is not an option.
- Integrate whole Shoppify button in Webflow and use that Klarna from Shoppify in your webflow checkout (extra work and not cheap)
So bottom line question is like this:
Is there any way to make the KLARNA integration possible with webflow like other integrations
ajax - 如何在 WooCommerce 购物车页面中禁用 Ajax 购物车总更新功能
当我们更新数量并按下“更新购物车”按钮时,我们如何能够删除购物车页面内的 Ajax 加载功能?在此过程中,我们要刷新(重新加载)购物车页面。
实际上,在购物车页面中,我们添加了 Klarna 支付网关选项。所以这里的 Ajax 加载功能不会更新 Klarna 支付网关的最终总数。请查看此 -> https://nimb.ws/Pbtrzq屏幕截图。
所以请告诉我如何删除购物车页面“更新购物车”按钮内的 Ajax 加载功能。
php - Klarna 支付接口
我正在尝试将 Klarna 支付 API 集成到我的项目中。但是当我发出 API 请求得到这个响应时,捕获异常:意外的响应 HTTP 状态 401。例外的 HTTP 状态应该在 2xx 范围内
android - KlarnaHybridSDK - 被“Notifying Native Hook”消息淹没 [ANDROID]
问题描述
在 chrome://inspect/#devices 或直接在 android studio 中调试我的应用程序的 Web 部分时,我可以看到我被消息“Notifying Native Hook”淹没了。当使用 chrome://inspect/#devices 检查应用程序中使用的网页时,我看到该消息具有源 VM298:5(很确定我在 VM 之后也看到了另一个数字)。单击源时,我发现以下功能:
这最终让我意识到它与 Klarna 有关。由于我被这个淹没了,我想我的应用程序没有进入 if (window.__KlarnaNativeHook != null)。
经过一些调试后,我注意到以下内容:
- 当我开始与 Klarna 交互时,我的应用程序进入 if (window.__KlarnaNativeHook != null)。但只有一次,然后垃圾邮件就会恢复。
- 如果我删除该行
(activity as MainActivity).klarnaHybridSDK.addWebView(myWebView)
,则消息淹没停止。我想这并不奇怪。 - 除了我的应用程序的网页生成了空的无标题网页,它只在控制台中打印出“Notifying Native Hook”,没有别的,没有代码,什么都没有。
- 除了淹没之外,该应用程序与 Klarna 一起工作得很好。
我不确定这是 SDK 中的错误还是我的错误。
关于如何阻止垃圾邮件“Notifying Native Hook”的任何建议?(我知道如何过滤它,但是 120 条消息/分钟 *(我的应用程序的网页 + 生成的无标题)并且每次都这样做很累)
代码
主要活动
片段类
重现步骤
启动应用程序
在 Chrome 中打开 chrome://inspect/#devices。
定位到相关网页
按“检查”
预期行为
没有被我控制台中的消息淹没。
设备和版本:
设备:三星A10
操作系统版本:安卓9
Klarna 应用内 SDK 版本:com.klarna.mobile:sdk:2.0.16