Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -415,6 +415,9 @@ |
416 | 416 | /** |
417 | 417 | * Get payment method meta |
418 | 418 | * |
| 419 | + * @todo |
| 420 | + * - These may need to move to the parent class |
| 421 | + * |
419 | 422 | * @param string $payment_method Payment methods contain payment submethods |
420 | 423 | */ |
421 | 424 | public function getPaymentMethodMeta( $payment_method ) { |
— | — | @@ -432,6 +435,9 @@ |
433 | 436 | /** |
434 | 437 | * Get payment submethod meta |
435 | 438 | * |
| 439 | + * @todo |
| 440 | + * - These may need to move to the parent class |
| 441 | + * |
436 | 442 | * @param string $payment_submethod Payment submethods are mapped to paymentproductid |
437 | 443 | */ |
438 | 444 | public function getPaymentSubmethodMeta( $payment_submethod, $options = array() ) { |