-
- Ability to export per-plugin state machines (could also be in an external system, do we need a special plugin type?)
- Ability to version state machines (e.g. PSP starts providing refund capability …
-
Switching between UAT and Production endpoints can only be done at the moment by editing the core code directly.
Need a way to switch:
`protected $endpoint = 'https://sec.paymentexpress.com/pxaccess/…
-
Is there an example with the implementation of Refund?
-
Payment by Card
Why?
For campaigns that require our users to scan, we will charge upfront 100 scans and every subsequent 100 scans.
The card information is processed directly by Cybersource Inc. a…
-
`assert(Payment.fns.validateCardNumber('4000000000000000030'), 'visa')` throws.
-
Now that we support void on captures, the following is allowed by the payment state machine: AUTH, VOID, VOID.
While AUTH, CAPTURE, VOID, VOID is allowed, we should prevent further transactions when …
-
We need a way for someone to create ccx's without purchasing them via stripe / cybersource. These payments will be handled by magic MIT moneyhandlers (eg the finance department).
We want to have some…
-
If decision variable is neither ACCEPT nor REJECT we should not process the credit card transaction but still email one of the configured email addresses.
-
Here what I see in my terminal
```
Problem 1
- The requested package guzzlehttp/guzzle (installed at 6.2.0, required as ~5.3) is satisfiable by guzzlehttp/guzzle[6.2.0] but these conflict with …
-
```
I had to load a native dll in one of my projects (the vendor actually
asked me to place his dll in my bin\Debug or bin\Release directory so I
assume it is native), stand alone application ran fi…