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

REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor #15291

Merged
merged 1 commit into from
Oct 9, 2019

Conversation

mattwire
Copy link
Contributor

Overview

Following on from #15281 this moves two more common parameters into the shared function.

Before

$params['ip_address'] set separately in multiple places.
$params['year'/'month'] set separately in multiple places.

After

Parameters moved to shared function.

Technical Details

Comments

@mlutfy This includes adding this function to the event cart which should help improve support for payment processors there. Could you give it a quick test?

@civibot
Copy link

civibot bot commented Sep 12, 2019

(Standard links)

@civibot civibot bot added the master label Sep 12, 2019
@mattwire mattwire changed the title REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor WAITING #15281 REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor Oct 4, 2019
@mattwire mattwire changed the title WAITING #15281 REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor PENDING#15281 REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor Oct 4, 2019
@mattwire mattwire changed the title PENDING#15281 REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor REF Move ipAddress and CC expiry date to prepareParamsForPaymentProcessor Oct 8, 2019
CRM/Core/Form.php Outdated Show resolved Hide resolved
Copy link
Contributor

@artfulrobot artfulrobot left a comment

Choose a reason for hiding this comment

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

I've made a few comments with some suggestions.

@mattwire mattwire force-pushed the formatpaymentparams_addccip branch from df07a27 to b0efa39 Compare October 8, 2019 10:04
@mattwire
Copy link
Contributor Author

mattwire commented Oct 8, 2019

@artfulrobot Thanks for your review and comments. I've addressed them

@seamuslee001
Copy link
Contributor

Merging based on @artfulrobot 's review and the fact Matt has responded

@seamuslee001 seamuslee001 merged commit af4916a into civicrm:master Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants