-
We've received a some feedback from the in-product Blazor survey that the Blazor docs could use some improvement. Thank you for this feedback! We know that docs are a critical part of any software dev…
-
We are currently using version 2.34.0, but I can replicate both of these issues on the latest stable version 3.5.1 as well...
I get the same error when trying to update token and when trying to tok…
-
## Description
A first spike was run here https://github.com/openfoodfoundation/openfoodnetwork/issues/3901 and handed over to the product team.
The discussion went on in discourse around the sc…
RachL updated
4 years ago
-
**URL**: https://www.icegate.gov.in/epayment/bankResp
**Browser / Version**: Firefox 71.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes
**Problem type**: Something else
**Descr…
-
```
import connect from 'connect-sdk-client-js/dist/connectsdk.js';
[...] {
//sessionDetails is coming from our APi:
//sessionDetails = {clientSessionId: "..."…
-
### Preconditions
1. Magento CE 2.2.6
2. PHP v7.1.19-1
3. Ubuntu 17.10
### Steps to reproduce
1. Set up Paypal Payments Pro Hosted Solution on a clean install of Magento CE 2.2.6
2. Se…
-
The strings will be taken from an open codelist with the codes:
* 'electronicOrdering'
* 'electronicInvoicing'
* 'electronicPayment'
Related to:
* VI.2 Information about electronic workflow…
-
**Reason:** When request contains same session or session ID, it process based on last action - as duplicate hostedCheckoutId
**Steps to replicate:**
Add product to basket and checkout
Place orde…
-
using client_id and client_secret in payload works fine.
```
@app.route("/auth/callback")
def spotify_auth_callback():
auth_token = request.args['code']
request_token_payload = {
…
-
**My code:**
```php
$gateway = Omnipay::create('ePayments');
$gateway->setPartnerId('id');
$gateway->setSecret('key');
$gateway->setTestMode(TRUE);
$response = $gateway->purchase([
'ord…