-
Notifications
You must be signed in to change notification settings - Fork 13
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
add origin admin #157
base: master
Are you sure you want to change the base?
add origin admin #157
Conversation
'site_title' => $this->truncateField($this->site_title, 255), | ||
'order_description' => $this->truncateField( | ||
$this->getOrderDescription($order), | ||
255 | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't drop trailing comma
The custom field set up in Braintree has the user-visible name |
I'm not sure if we need this field. See https://developer.paypal.com/braintree/docs/guides/premium-fraud-management-tools/server-side#skipping-premium-fraud-management-tools If you're looking to configure CVV or AVS checks based on a custom field, I do not think that is possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See PR feedback
We already have an origin field on orders in the Rap package. If this approach is necessary, the existing flag should be used rather than adding a second flag. |
I checked in with our contact at Braintree and they said We had previously asked about scaExemption and that one does not skip their checks. |
Adds a custom field that braintree can check in order to exempt admin orders from fraud protection