-
I started a parallel smoke run testing Test-Simple-1.005000_005.tar.gz vs. the bundled Test-Simple in perl 5.14.1. Here's the preliminary list after testing about 750 distributions (new Test-Simple le…
-
Cybersource's latest version is @ 1.93. Are here any plans to upgrade this library to use the latest SOAP WSDL?
https://ics2ws.ic3.com/commerce/1.x/transactionProcessor/
-
I was working on integrating ActiveMerchant with my Rails App when I ran into a couple of issues with CyberSource and the way recurring payments are handled.
1) Overriding Subscription Parameters
In…
-
Vincent,
This may be related to ticket #8, where you are not parsing the response
from authorize.net properly. Or it may not...
Sometimes when I call Transaction.sale(), no exception is raised, but…
-
i have installed it with in xxamp , when i go to http://localhost/cybersource/tests/main.php and i got this bug
"Warning: require(config.php) [function.require]: failed to open stream: No such file o…
-
I'm working on adding CyberSource as payment provider (https://github.com/cvele/omnipay/tree/CyberSource) and would appriciate a bit of help on building unit tests for few methods: Refund, DeleteCard,…
cvele updated
11 years ago
-
This is a feature I'm willing to submit a PR if you agree that it's something that makes sense.
### Description
My store, which rents items, uses Cybersource and has a business requirement: whenever …
kurko updated
11 years ago
-
would you accept the addition of a test like
```
is_method_ok $obj, 'method', 'val' # ok 1 My::Class->method
```
that also does a preliminary can check, so that it doesn't throw exceptions if not a…
-
Was getting Moose validation error on AVSResult. I am still not sure why. However, the following patch seems to mitigate the issue:
--- /usr/local/share/perl/5.14.2/Business/OnlinePayment/CyberSourc…
bzdzb updated
12 years ago
-
I'm trying to add some functionality to CyberSource but the remote tests pertaining to tax calculation seem to be failing in the current master:
```
1) Failure:
test_successful_tax_calculation(Remo…