This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
forked from activemerchant/offsite_payments
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync fork with upstream #6
Open
BrianBorge
wants to merge
138
commits into
master
Choose a base branch
from
rails-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hitrust_depositflag Revert "Switching depositflag to 0"
Update
- duplicated
remove spaces
Update molpay.rb & helper_test.rb
…saction_sage Make VendorTxCode unique
- notification issue.
Update molpay.rb
…unique_transaction_sage Revert "Make VendorTxCode unique"
Bump active_utils dependency
superclass_delegating_accessor is not being used in the codebase anymore.
It predates Rails 3 and there is no need anymore
Allow to use this gem with Rails 5
Since ; is not allowed according to docs Closes activemerchant#185
…9-support Stop testing ruby 1.9
nil#to_d doesn't exist, so we need to account for that if the discount param is nil
…or-fix Account for nil discount in Payu gateway
Those tests started failing for some reasons. After investigation I realized that all http requests were being executed even during tests. My theory is they must have changed their api which made the tests fails. This change remove the live http requests during tests and replaces it with mock expectations.
Use version of i18n >= 0.6.6
…move-concat [WorldPay] Use multiple address fields
Reverting last change due to processing error 400. Final solution for switching from MD5 to SHA256. Take two, changing from MD5 to SHA256 Switching to OpenSSL HMAC digest Don't include the secret as a part of the hash. More experimentation Fixed incorrect string creation prior to hashing.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a sync with https://github.com/activemerchant/offsite_payments to bring in the latest changes and support Bursar on Rails 5