Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves issue #234 with the Quickpay gateway #235

Merged
merged 2 commits into from Feb 28, 2012

Conversation

brentmc79
Copy link
Contributor

-Including testmode=1 for recurring message types causes a
checksum failure
-Recurring message types include a transaction id
-The testmode is determined from that reference transaction
-Omit the testmode parameter for recurring message types

resolves #234

 -Including testmode=1 for recurring message types causes a
  checksum failure
 -Recurring message type include a transaction id
 -The testmode is determined from that reference transaction
 -Omit the testmode parameter for recurring message types

  refs activemerchant#234
 -add_testmode method should NOT add a testmode parameter to the
  post hash if a transaction id is present
 -add_testmode method should add a testmode parameter equal to the
  test? method if there is no transaction id

 refs activemerchant#234
@brentmc79
Copy link
Contributor Author

Added unit tests to verify the intended behavior

@moklett
Copy link
Contributor

moklett commented Jan 3, 2012

+1, we're using this patch on Chargify

ntalbott added a commit that referenced this pull request Feb 28, 2012
Don't pass testmode to Quickpay if transaction is specified (closes #324).
@ntalbott ntalbott merged commit d848cac into activemerchant:master Feb 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'testmode' parameter causes recurring transactions to fail checksum
3 participants