Skip to content
#

payment-gateway

Here are 1,098 public repositories matching this topic...

oyeb
oyeb commented Dec 22, 2017

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:

  1. 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.
  1. Our examples invoke calls

A Ping++ driver for the Omnipay PHP payment processing library. 一个聚合了支付宝(APP、Wap、PC、即时到账、扫码、企业付款),微信(APP、公众号、红包), 银联网关、银联企业网银、Apple Pay、QQ 钱包、易宝支付、百度钱包、京东支付、京东白条、招行一网通、分期支付等国内主流支付渠道的聚合支付网关(Ping++, also known as Pingpp/Pingxx/Pingplusplus)

  • Updated Sep 24, 2019
  • PHP
AustineGwa
AustineGwa commented Nov 3, 2018

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' =

haidubogdan
haidubogdan commented Jun 27, 2019

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

Improve this page

Add a description, image, and links to the payment-gateway topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.