Code merge#1
Merged
Merged
Conversation
…-amount to capture-previously-authorized-amount
and get-transaction-list
Sample code for GetHostedProfilePage and ValidateCustomerPaymentProfile in PHP
Added get-customer-shipping-address and get-transaction-list. Thanks Rahul
Added get-customer-payment-profile, renamed capture-previously-authorized-amount. Thanks Ashutosh
Sample code for get-settled-batch-list. Thanks @Vyoam
Added credit.php(Paypal)
correct count of payment profiles of customer
…n for request object.
Corrected transaction type in capture-funds-authorized-through-another-channel.php Modified error message in update-split-tender-group.php
Fixed get-customer-profile.php (count of payment profile) and PaypalExpressCheckout/prior-authorization-capture.php (uninitialized request object.)
…Get Subscription Signed-off-by: Zeeshanul Haque <zhaque@visa.com> Reviewed by: Srijan Misra <srmisra@visa.com>
Added sample codes for Get Customer Payment Profile List and ARBGet Subscription
Fixes the response issue in create custome payment profile. The response was not having customer profile id and newly created customer payment profile id. The request that was being sent was for get customer profile which had a different response format. The request is changed and now correct response is obtained. Signed-off-by: Srijan Misra <srmisra@visa.com>
Thanks Srijan
Signed off: Zeeshanul Haque <zhaque@visa.com>
Added sample code for TransactionReporting/get-batch-statistics
- Removing extra constants.
Recycling the default transaction key
Accept and Android pay, latest sdk version
…bileInappTransactions/create-an-accept-transaction.php
…to MobileInappTransactions/create-an-android-pay-transaction.php
… MobileInappTransactions/create-an-apple-pay-transaction.php
…bileInAppTransactions/create-an-accept-transaction.php
…to MobileInAppTransactions/create-an-android-pay-transaction.php
… MobileInAppTransactions/create-an-apple-pay-transaction.php
…bileInappTransactions/create-an-accept-transaction.php
…to MobileInappTransactions/create-an-android-pay-transaction.php
… MobileInappTransactions/create-an-apple-pay-transaction.php
Changes for proper error handling in create Transaction requests
A void transaction request only requires the transaction id of the transaction to be cancelled. Unlike a refund request, void request does not need any credit card details.
Unique method names are required by test-runner
Renamed method name in create-customer-profile-with-accept-nonce
Removed credit card from void request
gnongsie
pushed a commit
that referenced
this pull request
Aug 10, 2018
getting latest code from master
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge from Authorize.Net