payment-gateway
Here are 1,098 public repositories matching this topic...
-
Updated
Jun 29, 2020 - TSQL
Setup doctests
doctests will help us catch any stale examples in the documentation, in case the examples break due to changes in code.
The following need to be resolved for doctests to work:
- The outputs also have to be written down in the documentation
- Typical response objects are huge (will take up a lot of space).
- Responses are unique and can't be tested against.
- Our examples invoke calls
-
Updated
Sep 24, 2019 - PHP
-
Updated
Jul 25, 2018 - JavaScript
-
Updated
Apr 20, 2020
-
Updated
Jun 15, 2020 - PHP
-
Updated
Jun 24, 2020 - TypeScript
-
Updated
May 3, 2020 - JavaScript
-
Updated
Jan 23, 2020 - C#
The implementation of stk push function does not match the documentation in the developer portal
Timestamp parameter is missing and there is an added remarks parameter that does not exist in the documentation
this is what the documentation says:
<?php
$curl_post_data = array(
//Fill in the request parameters with valid values
'BusinessShortCode' => ' ',
'Password' =
-
Updated
Jun 16, 2020 - PHP
-
Updated
May 14, 2020 - Java
-
Updated
May 12, 2020 - Java
-
Updated
Jun 26, 2020 - Go
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jul 9, 2019 - JavaScript
-
Updated
Sep 13, 2019 - PHP
Magento version: 1.9.4.1
Plugin version: 2.14.2
Description
https://docs.adyen.com/development-resources/response-handling/
so two things regarding refusal response on file : "app/code/community/Adyen/Payment/Model/Adyen/Abstract.php"
line 632
1: the $response is an array not an object
2: the $response array doesn't contain the key 'responseResult' ... in a header : 200 situ
-
Updated
Jul 1, 2020 - PHP
-
Updated
Feb 9, 2018 - PHP
-
Updated
Jan 22, 2020 - Dart
-
Updated
Mar 6, 2020 - PHP
-
Updated
Apr 14, 2018 - PHP
-
Updated
Dec 13, 2019 - JavaScript
Improve this page
Add a description, image, and links to the payment-gateway topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the payment-gateway topic, visit your repo's landing page and select "manage topics."
Hi,
Can we have a step by step tutorial on how to install Catarse inside a docker container?
Thanks.