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

Make VendorTxCode unique #165

Merged
merged 1 commit into from
Aug 27, 2015
Merged

Make VendorTxCode unique #165

merged 1 commit into from
Aug 27, 2015

Conversation

andrewpaliga
Copy link

@girasquid @aprofeit for review

Also verifying changes with Sage Pay.

@@ -75,7 +82,7 @@ class Helper < OffsitePayments::Helper
mapping :amount, 'Amount'
mapping :currency, 'Currency'

mapping :order, 'VendorTxCode'
mapping :order, 'CheckoutId'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case the merchant needs a way to track the transaction back to their Admin.

@andrewpaliga
Copy link
Author

okay made changes, removed CheckoutId as it would not be recognized according to Sage.

andrewpaliga added a commit that referenced this pull request Aug 27, 2015
@andrewpaliga andrewpaliga merged commit b0ba8e5 into master Aug 27, 2015
@andrewpaliga andrewpaliga deleted the unique_transaction_sage branch August 27, 2015 19:22
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.

2 participants