Skip to content

Commit

Permalink
Replace Pronamic_WP_Pay_Gateway with Core_Gateway in method docum…
Browse files Browse the repository at this point in the history
…entation.
  • Loading branch information
rvdsteege committed Jun 26, 2021
1 parent 731537f commit b213e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Gateway.php
Expand Up @@ -61,7 +61,7 @@ private function filter_ideal( $method ) {
/**
* Get issuers
*
* @see Pronamic_WP_Pay_Gateway::get_issuers()
* @see Core_Gateway::get_issuers()
*/
public function get_issuers() {
$groups = array();
Expand Down Expand Up @@ -105,7 +105,7 @@ public function get_issuers() {
/**
* Get issuers
*
* @see Pronamic_WP_Pay_Gateway::get_issuers()
* @see Core_Gateway::get_issuers()
*/
public function get_credit_card_issuers() {
$groups = array();
Expand Down Expand Up @@ -154,7 +154,7 @@ public function get_credit_card_issuers() {
/**
* Get supported payment methods
*
* @see Pronamic_WP_Pay_Gateway::get_supported_payment_methods()
* @see Core_Gateway::get_supported_payment_methods()
*/
public function get_supported_payment_methods() {
return array(
Expand Down

0 comments on commit b213e3f

Please sign in to comment.