first commit
This commit is contained in:
12
autoload/front/view/class.ShopPaymentMethod.php
Normal file
12
autoload/front/view/class.ShopPaymentMethod.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace front\view;
|
||||
class ShopPaymentMethod
|
||||
{
|
||||
public static function basket_payment_methods( $payment_methods, $payment_id )
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
$tpl -> payment_methods = $payment_methods;
|
||||
$tpl -> payment_id = $payment_id;
|
||||
return $tpl -> render( 'shop-basket/basket-payments-methods' );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user