Skip to content

Commit

Permalink
Merge pull request #16658 from mattwire/fixtypo
Browse files Browse the repository at this point in the history
Fix typo (unrelease regression)
  • Loading branch information
seamuslee001 authored Feb 29, 2020
2 parents f127a72 + 2aacd60 commit 12d0958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Financial/Form/FrontEndPaymentFormTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected function getProcessors(): array {
protected function addPaymentProcessorFieldsToForm() {
$paymentProcessors = $this->getProcessors();
$optAttributes = [];
foreach ($pamymentProcessors as $ppKey => $ppval) {
foreach ($paymentProcessors as $ppKey => $ppval) {
if ($ppKey > 0) {
$optAttributes[$ppKey]['class'] = 'payment_processor_' . strtolower($this->_paymentProcessors[$ppKey]['payment_processor_type']);
}
Expand Down

0 comments on commit 12d0958

Please sign in to comment.