The Wayback Machine - https://web.archive.org/web/20200629194216/https://github.com/topics/payment
Skip to content
#

payment

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

raiden
karlb
karlb commented Apr 6, 2020

When I instruct the WebUI to join a token network with 5 TDAI, I get the message

TestDAI network was joined successfully with 5 TDAI

but in my case, only a single channel with a deposit of 1 TDAI has been created. The actual behavior is an expected result of our code for joining a TN. The behavior is already surprising enough, but with this message it clearly looks like a bug to the unsus

Tetragramat
Tetragramat commented Feb 6, 2020

There may be cases when developer tries to pass private service id to payum.gateways configuration but it's ignored resulting in confusing expected object got string error.

I would like for payum to throw exception saing that service id does not exist or is private instead of acting like it was supposed to be string.

https://github.com/Payum/Payum/blob/master/src/Payum/Core/Bridge/Symfony/Co

lokielse
lokielse commented Mar 30, 2018

Upgrade apps from 2.x to 3.x

  • The redirect() method no calls exit() after sending the content. This is up to the developer now.

Upgrade Gateways from 2.x to 3.x

The primary difference is the HTTP Client. We are now using HTTPlug (http://httplug.io/) but rely on our own interface.

Breaking

  • Change typehint from Guzzle ClientInterface to `Omnipay\Common\Http\ClientInterfa
esrshn
esrshn commented Mar 19, 2018

Randomized with seed 07249
Started
..............F...............FF..............................FFFFFFFFFFFFFFFFFFFFFF

Failures:

  1. payment validating card types should validate troy card types
    Message:
    AssertionError [ERR_ASSERTION]: troy
    Stack:
    error properties: Object({ generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' })

最新最全微信支付集成SDK,一行代码调用微信支付,包含基础支付功能(网页授权、各种签名、统一下单、退款、对账单、用户信息获取)、验收用例指引(沙箱支付、支付验收、免充值产品开通)、商户平台(现金红包、企业付款到用户、代金券或立减优惠)、公众平台(微信卡券、社交立减金活动)、小程序(生成永久二维码、发送模版消息)等等更多丰富接口注释和例子。

  • Updated Apr 1, 2019
  • Java
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

Improve this page

Add a description, image, and links to the payment 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.