Skip to content

Commit

Permalink
Merge pull request #368 from muskie9/bugfix/purchaseFormActions
Browse files Browse the repository at this point in the history
BUGFIX pass $actions to extend method
  • Loading branch information
muskie9 authored Nov 20, 2018
2 parents 9f56b5a + fc7a998 commit 7498fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/FoxyStripePurchaseForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ protected function getProductActions(FieldList $actions)
$submit->setAttribute('Disabled', true);
}

$this->extend('updateFoxyStripePurchaseFormActions', $fields);
$this->extend('updateFoxyStripePurchaseFormActions', $actions);

return $actions;
}
Expand Down

0 comments on commit 7498fad

Please sign in to comment.