mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Leave it as it was for now
This commit is contained in:
parent
ce67d78011
commit
9454ca4f16
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@ class WC_Payment_Gateway
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function get_return_url($order = null) {
|
protected function get_return_url($wcOrder) {
|
||||||
return '';
|
return $wcOrder;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function process_admin_options() {
|
public function process_admin_options() {
|
||||||
|
|
|
@ -6,7 +6,7 @@ class WC_Payment_Gateway_CC
|
||||||
public function init_settings() {}
|
public function init_settings() {}
|
||||||
public function process_admin_options() {}
|
public function process_admin_options() {}
|
||||||
|
|
||||||
protected function get_return_url($order = null) {
|
protected function get_return_url($wcOrder) {
|
||||||
return '';
|
return $wcOrder;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue