-
Notifications
You must be signed in to change notification settings - Fork 43
Remove Tribe Commerce #3637
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
base: master
Are you sure you want to change the base?
Remove Tribe Commerce #3637
Conversation
…tion o the PayPal main class
} |
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.
[phpcs] reported by reviewdog 🐶PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose
Function closing brace must go on the next line following the body; found 1 blank lines before brace
} | ||
|
||
return array_column( $items, 'ticket_id' ); | ||
_deprecated_function( __METHOD__, 'TBD' ); |
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.
[phpcs] reported by reviewdog 🐶Universal.WhiteSpace.PrecisionAlignment.Found
Found precision alignment of 1 spaces.
'eraser_friendly_name' => __( 'Event Tickets TribeCommerce Order', 'event-tickets' ), | ||
'callback' => [ $this, 'tpp_order_eraser' ], | ||
]; | ||
]; // RSVP |
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.
[phpcs] reported by reviewdog 🐶Squiz.Commenting.InlineComment.InvalidEndChar
Inline comments must end in full-stops, exclamation marks, or question marks
🎫 Ticket
Still need to find the ticket for this.
🗒️ Description
One of the major endeavors this year is to remove Legacy Code that is creating performance problems and creates confusion in the codebase.
Tribe Commerce is one of those, originally called Tribe PayPal (tpp).