This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
forked from thephpleague/omnipay-authorizenet
-
Notifications
You must be signed in to change notification settings - Fork 1
Update Bank Account Payment #1
Open
tszulc
wants to merge
333
commits into
Klinche:master
Choose a base branch
from
RoomRoster:master
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
Added new getCodeMessage and getAVSCodeMessage methods to AIMResponse class. Updated unit tests to correspond.
…php for access to custom field.
…w much of DPM has moved up to SIM.
Issue 19/16/22
Update Endpoint
Conflicts: src/AIMGateway.php src/Message/SIMAbstractRequest.php
extraOptions to set duplicate request window to 0 (in seconds), i.e. to disable the feature.
…AIM and CIM Application needs to pass parameter "duplicateWindow=x" which when not null will be sent as extra options with the request.
XOL-2533 Adding extraOptions payload to request XML
…was set Authorize.Net does not require the expiration date when performing refunds. When no expiration is passed in and a refund request is made, the response comes back with an error saying the card has expired. This check makes it so the expiration date is only sent when a valid expiry date is passed in to the request parameters. > At least the last four digits of the credit card number (x_card_num) used for the original, successfully settled transaction are submitted. An expiration date is not required.
Fix travis issues
…profile limit Normally if a duplicate payment profile exists, Authorize.net will return Error code E00039. But if the customer has the maximum number of payment profiles (10), then AUthorize.net will return E00042. So whenever we receive E00042 we need to check the existing payment profile list to see if there is a duplicate profile.
…nt profile is present
Handle XML to JSON array conversion issue when a single payment profile is present
PR128 additions
tszulc
changed the title
Update eCheck to be inline with current omnipay-authorizenet
Update Bank Account Payment
Jan 10, 2020
The element 'bankAccount' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'echeckType' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'checkNumber' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.
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 PR updates thephpleague#8 to be inline with the current code base