Skip to content

Commit

Permalink
Authorization order status in WC. ref #883
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Dec 6, 2017
1 parent 2f15d7a commit 19465e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-pro-payflow-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public function admin_options() {
<?php $this->generate_settings_html(); ?>
</table>
<script type="text/javascript">
jQuery('#woocommerce_paypal_advanced_transtype').change(function () {
jQuery('#woocommerce_paypal_pro_payflow_payment_action').change(function () {
if ( this.value === 'Authorization' ) {
jQuery('#woocommerce_paypal_pro_payflow_pending_authorization_order_status').closest('tr').show();
} else {
Expand Down

0 comments on commit 19465e8

Please sign in to comment.